# 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.6621e-05 go_gc_duration_seconds{quantile="0.25"} 0.000108677 go_gc_duration_seconds{quantile="0.5"} 0.000145018 go_gc_duration_seconds{quantile="0.75"} 0.000175951 go_gc_duration_seconds{quantile="1"} 0.000307915 go_gc_duration_seconds_sum 42.416720149 go_gc_duration_seconds_count 277621 # 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.24.7"} 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.6837568e+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 2.489438323864e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 4654 # 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 5.7437574626e+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 5.278976e+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.6837568e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.45539072e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.957312e+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 588945 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.45424384e+08 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.75112192e+08 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7789601093628736e+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 5.7438163571e+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 9664 # 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 15704 # 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 591680 # 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 3.11712e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.5028018e+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.206122e+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 1.048576e+06 # 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 1.048576e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.85783344e+08 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 8 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 14 # HELP pg_database_connection_limit Connection limit set for the database # TYPE pg_database_connection_limit gauge pg_database_connection_limit{datname="kwc"} -1 pg_database_connection_limit{datname="kwc_bridge"} -1 pg_database_connection_limit{datname="kwc_presence"} -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="kwc"} 6.285414883e+09 pg_database_size_bytes{datname="kwc_bridge"} 7.762403e+06 pg_database_size_bytes{datname="kwc_presence"} 1.3930979e+07 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.009908653 # 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 69146 # 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="/etc/postgres_exporter/queries.yml",hashsum="4534a836b3d9089df66e4d7ca674e9adc64eadd7d8931b70d157b43fa9595b0e"} 0 # HELP pg_locks_count Number of locks # TYPE pg_locks_count gauge pg_locks_count{datname="kwc",mode="accessexclusivelock"} 0 pg_locks_count{datname="kwc",mode="accesssharelock"} 1 pg_locks_count{datname="kwc",mode="exclusivelock"} 0 pg_locks_count{datname="kwc",mode="rowexclusivelock"} 0 pg_locks_count{datname="kwc",mode="rowsharelock"} 0 pg_locks_count{datname="kwc",mode="sharelock"} 0 pg_locks_count{datname="kwc",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="kwc",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="kwc",mode="sireadlock"} 0 pg_locks_count{datname="kwc_bridge",mode="accessexclusivelock"} 0 pg_locks_count{datname="kwc_bridge",mode="accesssharelock"} 0 pg_locks_count{datname="kwc_bridge",mode="exclusivelock"} 0 pg_locks_count{datname="kwc_bridge",mode="rowexclusivelock"} 0 pg_locks_count{datname="kwc_bridge",mode="rowsharelock"} 0 pg_locks_count{datname="kwc_bridge",mode="sharelock"} 0 pg_locks_count{datname="kwc_bridge",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="kwc_bridge",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="kwc_bridge",mode="sireadlock"} 0 pg_locks_count{datname="kwc_presence",mode="accessexclusivelock"} 0 pg_locks_count{datname="kwc_presence",mode="accesssharelock"} 0 pg_locks_count{datname="kwc_presence",mode="exclusivelock"} 0 pg_locks_count{datname="kwc_presence",mode="rowexclusivelock"} 0 pg_locks_count{datname="kwc_presence",mode="rowsharelock"} 0 pg_locks_count{datname="kwc_presence",mode="sharelock"} 0 pg_locks_count{datname="kwc_presence",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="kwc_presence",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="kwc_presence",mode="sireadlock"} 0 pg_locks_count{datname="postgres",mode="accessexclusivelock"} 0 pg_locks_count{datname="postgres",mode="accesssharelock"} 0 pg_locks_count{datname="postgres",mode="exclusivelock"} 0 pg_locks_count{datname="postgres",mode="rowexclusivelock"} 0 pg_locks_count{datname="postgres",mode="rowsharelock"} 0 pg_locks_count{datname="postgres",mode="sharelock"} 0 pg_locks_count{datname="postgres",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="postgres",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="postgres",mode="sireadlock"} 0 pg_locks_count{datname="template0",mode="accessexclusivelock"} 0 pg_locks_count{datname="template0",mode="accesssharelock"} 0 pg_locks_count{datname="template0",mode="exclusivelock"} 0 pg_locks_count{datname="template0",mode="rowexclusivelock"} 0 pg_locks_count{datname="template0",mode="rowsharelock"} 0 pg_locks_count{datname="template0",mode="sharelock"} 0 pg_locks_count{datname="template0",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="template0",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="template0",mode="sireadlock"} 0 pg_locks_count{datname="template1",mode="accessexclusivelock"} 0 pg_locks_count{datname="template1",mode="accesssharelock"} 0 pg_locks_count{datname="template1",mode="exclusivelock"} 0 pg_locks_count{datname="template1",mode="rowexclusivelock"} 0 pg_locks_count{datname="template1",mode="rowsharelock"} 0 pg_locks_count{datname="template1",mode="sharelock"} 0 pg_locks_count{datname="template1",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="template1",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="template1",mode="sireadlock"} 0 # HELP pg_replication_is_replica Indicates if the server is a replica # TYPE pg_replication_is_replica gauge pg_replication_is_replica 0 # HELP pg_replication_lag_seconds Replication lag behind master in seconds # TYPE pg_replication_lag_seconds gauge pg_replication_lag_seconds 0 # HELP pg_replication_last_replay_seconds Age of last replay in seconds # TYPE pg_replication_last_replay_seconds gauge pg_replication_last_replay_seconds 0 # HELP pg_roles_connection_limit Connection limit set for the role # TYPE pg_roles_connection_limit gauge pg_roles_connection_limit{rolname="cwbos"} -1 pg_roles_connection_limit{rolname="pg_checkpoint"} -1 pg_roles_connection_limit{rolname="pg_create_subscription"} -1 pg_roles_connection_limit{rolname="pg_database_owner"} -1 pg_roles_connection_limit{rolname="pg_execute_server_program"} -1 pg_roles_connection_limit{rolname="pg_monitor"} -1 pg_roles_connection_limit{rolname="pg_read_all_data"} -1 pg_roles_connection_limit{rolname="pg_read_all_settings"} -1 pg_roles_connection_limit{rolname="pg_read_all_stats"} -1 pg_roles_connection_limit{rolname="pg_read_server_files"} -1 pg_roles_connection_limit{rolname="pg_signal_backend"} -1 pg_roles_connection_limit{rolname="pg_stat_scan_tables"} -1 pg_roles_connection_limit{rolname="pg_use_reserved_connections"} -1 pg_roles_connection_limit{rolname="pg_write_all_data"} -1 pg_roles_connection_limit{rolname="pg_write_server_files"} -1 pg_roles_connection_limit{rolname="postgres"} -1 pg_roles_connection_limit{rolname="replica"} -1 pg_roles_connection_limit{rolname="tad"} -1 # HELP pg_scrape_collector_duration_seconds postgres_exporter: Duration of a collector scrape. # TYPE pg_scrape_collector_duration_seconds gauge pg_scrape_collector_duration_seconds{collector="database"} 0.494193189 pg_scrape_collector_duration_seconds{collector="locks"} 0.031072357 pg_scrape_collector_duration_seconds{collector="replication"} 0.139869506 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.443773993 pg_scrape_collector_duration_seconds{collector="roles"} 0.138118338 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.136543146 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.002090459 pg_scrape_collector_duration_seconds{collector="stat_progress_vacuum"} 0.44459875 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.135495046 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.442236947 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.028770476 pg_scrape_collector_duration_seconds{collector="wal"} 0.446028817 # 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="replication_slot"} 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_progress_vacuum"} 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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="13.203.185.140: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="13.203.185.140:8642"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="13.203.185.140:8642"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 0 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="13.203.185.140:8642"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 0.1 # HELP pg_settings_data_checksums Server Parameter: data_checksums # TYPE pg_settings_data_checksums gauge pg_settings_data_checksums{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 1 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 1 # HELP pg_settings_enable_bitmapscan Server Parameter: enable_bitmapscan # TYPE pg_settings_enable_bitmapscan gauge pg_settings_enable_bitmapscan{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_gathermerge Server Parameter: enable_gathermerge # TYPE pg_settings_enable_gathermerge gauge pg_settings_enable_gathermerge{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_hashagg Server Parameter: enable_hashagg # TYPE pg_settings_enable_hashagg gauge pg_settings_enable_hashagg{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_hashjoin Server Parameter: enable_hashjoin # TYPE pg_settings_enable_hashjoin gauge pg_settings_enable_hashjoin{server="13.203.185.140: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="13.203.185.140:8642"} 1 # HELP pg_settings_enable_indexonlyscan Server Parameter: enable_indexonlyscan # TYPE pg_settings_enable_indexonlyscan gauge pg_settings_enable_indexonlyscan{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_indexscan Server Parameter: enable_indexscan # TYPE pg_settings_enable_indexscan gauge pg_settings_enable_indexscan{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_material Server Parameter: enable_material # TYPE pg_settings_enable_material gauge pg_settings_enable_material{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_memoize Server Parameter: enable_memoize # TYPE pg_settings_enable_memoize gauge pg_settings_enable_memoize{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_mergejoin Server Parameter: enable_mergejoin # TYPE pg_settings_enable_mergejoin gauge pg_settings_enable_mergejoin{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_nestloop Server Parameter: enable_nestloop # TYPE pg_settings_enable_nestloop gauge pg_settings_enable_nestloop{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 1 # HELP pg_settings_enable_seqscan Server Parameter: enable_seqscan # TYPE pg_settings_enable_seqscan gauge pg_settings_enable_seqscan{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_sort Server Parameter: enable_sort # TYPE pg_settings_enable_sort gauge pg_settings_enable_sort{server="13.203.185.140:8642"} 1 # HELP pg_settings_enable_tidscan Server Parameter: enable_tidscan # TYPE pg_settings_enable_tidscan gauge pg_settings_enable_tidscan{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 8 # HELP pg_settings_fsync Server Parameter: fsync # TYPE pg_settings_fsync gauge pg_settings_fsync{server="13.203.185.140: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="13.203.185.140:8642"} 1 # HELP pg_settings_geqo Server Parameter: geqo # TYPE pg_settings_geqo gauge pg_settings_geqo{server="13.203.185.140:8642"} 1 # HELP pg_settings_geqo_effort Server Parameter: geqo_effort # TYPE pg_settings_geqo_effort gauge pg_settings_geqo_effort{server="13.203.185.140:8642"} 5 # HELP pg_settings_geqo_generations Server Parameter: geqo_generations # TYPE pg_settings_geqo_generations gauge pg_settings_geqo_generations{server="13.203.185.140: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="13.203.185.140:8642"} 0 # HELP pg_settings_geqo_seed Server Parameter: geqo_seed # TYPE pg_settings_geqo_seed gauge pg_settings_geqo_seed{server="13.203.185.140: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="13.203.185.140:8642"} 2 # HELP pg_settings_geqo_threshold Server Parameter: geqo_threshold # TYPE pg_settings_geqo_threshold gauge pg_settings_geqo_threshold{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 2 # HELP pg_settings_hot_standby Server Parameter: hot_standby # TYPE pg_settings_hot_standby gauge pg_settings_hot_standby{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 0 # HELP pg_settings_integer_datetimes Server Parameter: integer_datetimes # TYPE pg_settings_integer_datetimes gauge pg_settings_integer_datetimes{server="13.203.185.140:8642"} 1 # HELP pg_settings_jit Server Parameter: jit # TYPE pg_settings_jit gauge pg_settings_jit{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 0 # HELP pg_settings_jit_expressions Server Parameter: jit_expressions # TYPE pg_settings_jit_expressions gauge pg_settings_jit_expressions{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 600 # HELP pg_settings_log_checkpoints Server Parameter: log_checkpoints # TYPE pg_settings_log_checkpoints gauge pg_settings_log_checkpoints{server="13.203.185.140:8642"} 1 # HELP pg_settings_log_connections Server Parameter: log_connections # TYPE pg_settings_log_connections gauge pg_settings_log_connections{server="13.203.185.140:8642"} 0 # HELP pg_settings_log_disconnections Server Parameter: log_disconnections # TYPE pg_settings_log_disconnections gauge pg_settings_log_disconnections{server="13.203.185.140:8642"} 0 # HELP pg_settings_log_duration Server Parameter: log_duration # TYPE pg_settings_log_duration gauge pg_settings_log_duration{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 600 # HELP pg_settings_log_hostname Server Parameter: log_hostname # TYPE pg_settings_log_hostname gauge pg_settings_log_hostname{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 0 # HELP pg_settings_logging_collector Server Parameter: logging_collector # TYPE pg_settings_logging_collector gauge pg_settings_logging_collector{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 1.073741824e+09 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 10000 # 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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 1 # HELP pg_settings_port Server Parameter: port # TYPE pg_settings_port gauge pg_settings_port{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 1 # HELP pg_settings_reserved_connections Server Parameter: reserved_connections # TYPE pg_settings_reserved_connections gauge pg_settings_reserved_connections{server="13.203.185.140: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="13.203.185.140:8642"} 1 # HELP pg_settings_row_security Server Parameter: row_security # TYPE pg_settings_row_security gauge pg_settings_row_security{server="13.203.185.140:8642"} 1 # HELP pg_settings_scram_iterations Server Parameter: scram_iterations # TYPE pg_settings_scram_iterations gauge pg_settings_scram_iterations{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 160011 # 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="13.203.185.140: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="13.203.185.140:8642"} 4.421844992e+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="13.203.185.140:8642"} 2109 # HELP pg_settings_ssl Server Parameter: ssl # TYPE pg_settings_ssl gauge pg_settings_ssl{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 3 # HELP pg_settings_synchronize_seqscans Server Parameter: synchronize_seqscans # TYPE pg_settings_synchronize_seqscans gauge pg_settings_synchronize_seqscans{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} -1 # HELP pg_settings_trace_notify Server Parameter: trace_notify # TYPE pg_settings_trace_notify gauge pg_settings_trace_notify{server="13.203.185.140:8642"} 0 # HELP pg_settings_trace_sort Server Parameter: trace_sort # TYPE pg_settings_trace_sort gauge pg_settings_trace_sort{server="13.203.185.140:8642"} 0 # HELP pg_settings_track_activities Server Parameter: track_activities # TYPE pg_settings_track_activities gauge pg_settings_track_activities{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 0 # HELP pg_settings_track_counts Server Parameter: track_counts # TYPE pg_settings_track_counts gauge pg_settings_track_counts{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 0 # HELP pg_settings_transaction_deferrable Server Parameter: transaction_deferrable # TYPE pg_settings_transaction_deferrable gauge pg_settings_transaction_deferrable{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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="kwc",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc",server="13.203.185.140:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="13.203.185.140:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="13.203.185.140:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="13.203.185.140:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="client backend",datname="kwc",server="13.203.185.140: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="kwc",server="13.203.185.140:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 23 # 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="kwc",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc",server="13.203.185.140:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_bridge",server="13.203.185.140:8642",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140:8642",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="kwc_presence",server="13.203.185.140: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="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="13.203.185.140: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="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="13.203.185.140: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="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="13.203.185.140: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="13.203.185.140: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="13.203.185.140:8642",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="13.203.185.140:8642",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="13.203.185.140: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="13.203.185.140:8642",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="13.203.185.140: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="13.203.185.140: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="kwc",server="13.203.185.140: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="kwc",server="13.203.185.140: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="walreceiver",client_addr="172.31.20.69/32",datname="",pid="4095565",server="13.203.185.140:8642",state="active",usename="replica",wait_event="WalSenderMain"} 133182.457641 # 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="13.203.185.140: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="13.203.185.140: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="13.203.185.140: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 8.2143725e+07 # 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 2.355953e+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.2979795e+07 # 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 320321 # 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 131522 # 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.050749655e+09 # 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 19 # 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 13373 # 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 1531 # 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.77493768e+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="138165",datname="kwc_presence"} 60.943559 pg_stat_database_active_time_seconds_total{datid="16388",datname="kwc"} 2.386488442548e+06 pg_stat_database_active_time_seconds_total{datid="168200",datname="kwc_bridge"} 0.008147999999999999 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 2.4372179999999997 # 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="138165",datname="kwc_presence"} 0 pg_stat_database_blk_read_time{datid="16388",datname="kwc"} 0 pg_stat_database_blk_read_time{datid="168200",datname="kwc_bridge"} 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="138165",datname="kwc_presence"} 0 pg_stat_database_blk_write_time{datid="16388",datname="kwc"} 0 pg_stat_database_blk_write_time{datid="168200",datname="kwc_bridge"} 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="138165",datname="kwc_presence"} 1.42688e+07 pg_stat_database_blks_hit{datid="16388",datname="kwc"} 2.31390263038e+11 pg_stat_database_blks_hit{datid="168200",datname="kwc_bridge"} 4.877821e+06 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 5.009167e+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="138165",datname="kwc_presence"} 7537 pg_stat_database_blks_read{datid="16388",datname="kwc"} 1.2676845e+08 pg_stat_database_blks_read{datid="168200",datname="kwc_bridge"} 1424 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 2886 # 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="138165",datname="kwc_presence"} 0 pg_stat_database_conflicts{datid="16388",datname="kwc"} 0 pg_stat_database_conflicts{datid="168200",datname="kwc_bridge"} 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="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="138165",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="16388",datname="kwc",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="168200",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4",datname="template0",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="5",datname="postgres",server="13.203.185.140: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="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="138165",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="16388",datname="kwc",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="168200",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4",datname="template0",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="5",datname="postgres",server="13.203.185.140: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="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="138165",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="16388",datname="kwc",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="168200",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4",datname="template0",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="5",datname="postgres",server="13.203.185.140: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="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="138165",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="16388",datname="kwc",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="168200",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="4",datname="template0",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="5",datname="postgres",server="13.203.185.140: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="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="138165",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="16388",datname="kwc",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="168200",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4",datname="template0",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="5",datname="postgres",server="13.203.185.140: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="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="138165",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="16388",datname="kwc",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="168200",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4",datname="template0",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="5",datname="postgres",server="13.203.185.140: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="138165",datname="kwc_presence"} 0 pg_stat_database_deadlocks{datid="16388",datname="kwc"} 3 pg_stat_database_deadlocks{datid="168200",datname="kwc_bridge"} 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="138165",datname="kwc_presence"} 0 pg_stat_database_numbackends{datid="16388",datname="kwc"} 25 pg_stat_database_numbackends{datid="168200",datname="kwc_bridge"} 0 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="138165",datname="kwc_presence"} 0 pg_stat_database_stats_reset{datid="16388",datname="kwc"} 0 pg_stat_database_stats_reset{datid="168200",datname="kwc_bridge"} 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="138165",datname="kwc_presence"} 0 pg_stat_database_temp_bytes{datid="16388",datname="kwc"} 2.245430506074e+12 pg_stat_database_temp_bytes{datid="168200",datname="kwc_bridge"} 0 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="138165",datname="kwc_presence"} 0 pg_stat_database_temp_files{datid="16388",datname="kwc"} 689744 pg_stat_database_temp_files{datid="168200",datname="kwc_bridge"} 0 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="138165",datname="kwc_presence"} 767 pg_stat_database_tup_deleted{datid="16388",datname="kwc"} 1.586894e+06 pg_stat_database_tup_deleted{datid="168200",datname="kwc_bridge"} 0 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 136 # 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="138165",datname="kwc_presence"} 6.865542e+06 pg_stat_database_tup_fetched{datid="16388",datname="kwc"} 5.8943228068e+10 pg_stat_database_tup_fetched{datid="168200",datname="kwc_bridge"} 938507 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 1.012994e+06 # HELP pg_stat_database_tup_inserted Number of rows inserted by queries in this database # TYPE pg_stat_database_tup_inserted counter pg_stat_database_tup_inserted{datid="1",datname="template1"} 0 pg_stat_database_tup_inserted{datid="138165",datname="kwc_presence"} 3430 pg_stat_database_tup_inserted{datid="16388",datname="kwc"} 9.334578e+06 pg_stat_database_tup_inserted{datid="168200",datname="kwc_bridge"} 0 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 220 # 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="138165",datname="kwc_presence"} 9.5457647e+07 pg_stat_database_tup_returned{datid="16388",datname="kwc"} 4.823722009653e+12 pg_stat_database_tup_returned{datid="168200",datname="kwc_bridge"} 5.8777433e+07 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 5.9063807e+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="138165",datname="kwc_presence"} 8230 pg_stat_database_tup_updated{datid="16388",datname="kwc"} 1.6390323e+07 pg_stat_database_tup_updated{datid="168200",datname="kwc_bridge"} 0 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 34 # 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="138165",datname="kwc_presence"} 175545 pg_stat_database_xact_commit{datid="16388",datname="kwc"} 8.8731823e+07 pg_stat_database_xact_commit{datid="168200",datname="kwc_bridge"} 133431 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 135351 # 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="138165",datname="kwc_presence"} 101 pg_stat_database_xact_rollback{datid="16388",datname="kwc"} 6.053454e+06 pg_stat_database_xact_rollback{datid="168200",datname="kwc_bridge"} 9 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 0 # 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="13.203.185.140:8642",slot_name="4095565",state="streaming"} 9.0166471576e+10 # 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="13.203.185.140:8642",slot_name="4095565",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="13.203.185.140:8642",slot_name="4095565",state="streaming"} 1.778960137e+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="kwc",queryid="-135967886005405063",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-1754767465231609436",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-1974276110839723050",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-202948818151946330",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2051207653934265959",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2539332364107068028",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2601299461284271146",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2830527447295827864",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2866070024470690679",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2992088242719053629",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3008294980240879565",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3387162359768080490",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3674302142476144784",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3808576264882160122",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-390953177293014478",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-431246026936500635",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-4436415691685534309",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-4484169861651399656",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-4500252814545337880",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-4785831926431496684",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5064126030457201721",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5321721864296578017",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5405168058380236394",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5559295968754019408",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5711731864641403792",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-592010199646296671",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5993926332698737015",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6148739774507551481",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6444878200209517362",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6751484790152480560",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6846026058251730441",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6894205378764083439",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7209587356432734462",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7318196507776719541",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7399847365482630780",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7628910744249901283",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7706683134505156734",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7721916861211914185",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7847970449950092398",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8009696157993670030",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8071398988400052838",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8178724238071481997",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8264079594417685417",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-831719152251856",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8451975377297204055",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8585691770773929604",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8702645064336067191",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1132039353977187010",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1192642508622323958",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="153386859348971333",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1649994326711509677",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1799883943136313931",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2007477803982369056",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2303740901371666250",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2312233335267396443",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2564953938093882369",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2678704839700576356",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2696068910118700592",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2908481207240757691",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2951414485845388605",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3014878349183788752",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3097869933166639094",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3504151831105442761",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4212866555255497009",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4229844465022767861",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4247044309454496972",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4287506943463019571",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4587790740460204674",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4595987897353208232",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4840061516617208129",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="503273439754235423",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5130456421887892955",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5199897673534474915",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="522619665427033788",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5286256128588487226",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5386816437139833250",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5538267903018672124",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5633431540764913052",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="570542882050948240",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5984193898332388477",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6481032776873821454",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6524894478724974721",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="652715176988082731",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6800622954486547754",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7499770810905288438",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7877975023321943933",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7909072603826020795",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="791977423789732267",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7987191240267594928",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8141398829624547359",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="820005884469994896",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8233290115904173646",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8438704431098306319",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8614263772075003264",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="894047062286059344",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="9187584721804474520",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="961521790995819025",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="kwc",queryid="-135967886005405063",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-1754767465231609436",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-1974276110839723050",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-202948818151946330",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2051207653934265959",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2539332364107068028",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2601299461284271146",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2830527447295827864",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2866070024470690679",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2992088242719053629",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3008294980240879565",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3387162359768080490",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3674302142476144784",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3808576264882160122",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-390953177293014478",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-431246026936500635",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-4436415691685534309",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-4484169861651399656",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-4500252814545337880",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-4785831926431496684",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5064126030457201721",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5321721864296578017",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5405168058380236394",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5559295968754019408",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5711731864641403792",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-592010199646296671",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5993926332698737015",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6148739774507551481",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6444878200209517362",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6751484790152480560",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6846026058251730441",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6894205378764083439",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7209587356432734462",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7318196507776719541",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7399847365482630780",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7628910744249901283",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7706683134505156734",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7721916861211914185",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7847970449950092398",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8009696157993670030",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8071398988400052838",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8178724238071481997",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8264079594417685417",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-831719152251856",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8451975377297204055",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8585691770773929604",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8702645064336067191",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1132039353977187010",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1192642508622323958",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="153386859348971333",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1649994326711509677",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1799883943136313931",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2007477803982369056",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2303740901371666250",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2312233335267396443",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2564953938093882369",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2678704839700576356",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2696068910118700592",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2908481207240757691",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2951414485845388605",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3014878349183788752",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3097869933166639094",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3504151831105442761",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4212866555255497009",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4229844465022767861",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4247044309454496972",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4287506943463019571",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4587790740460204674",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4595987897353208232",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4840061516617208129",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="503273439754235423",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5130456421887892955",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5199897673534474915",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="522619665427033788",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5286256128588487226",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5386816437139833250",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5538267903018672124",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5633431540764913052",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="570542882050948240",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5984193898332388477",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6481032776873821454",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6524894478724974721",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="652715176988082731",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6800622954486547754",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7499770810905288438",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7877975023321943933",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7909072603826020795",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="791977423789732267",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7987191240267594928",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8141398829624547359",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="820005884469994896",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8233290115904173646",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8438704431098306319",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8614263772075003264",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="894047062286059344",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="9187584721804474520",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="961521790995819025",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="kwc",queryid="-135967886005405063",user="postgres"} 69423 pg_stat_statements_calls_total{datname="kwc",queryid="-1754767465231609436",user="postgres"} 31537 pg_stat_statements_calls_total{datname="kwc",queryid="-1974276110839723050",user="postgres"} 118 pg_stat_statements_calls_total{datname="kwc",queryid="-202948818151946330",user="postgres"} 48596 pg_stat_statements_calls_total{datname="kwc",queryid="-2051207653934265959",user="postgres"} 68 pg_stat_statements_calls_total{datname="kwc",queryid="-2539332364107068028",user="postgres"} 846984 pg_stat_statements_calls_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 69424 pg_stat_statements_calls_total{datname="kwc",queryid="-2601299461284271146",user="postgres"} 52353 pg_stat_statements_calls_total{datname="kwc",queryid="-2830527447295827864",user="postgres"} 3.7457e+06 pg_stat_statements_calls_total{datname="kwc",queryid="-2866070024470690679",user="postgres"} 306 pg_stat_statements_calls_total{datname="kwc",queryid="-2992088242719053629",user="postgres"} 184124 pg_stat_statements_calls_total{datname="kwc",queryid="-3008294980240879565",user="postgres"} 217 pg_stat_statements_calls_total{datname="kwc",queryid="-3387162359768080490",user="postgres"} 96334 pg_stat_statements_calls_total{datname="kwc",queryid="-3674302142476144784",user="postgres"} 95 pg_stat_statements_calls_total{datname="kwc",queryid="-3808576264882160122",user="postgres"} 63443 pg_stat_statements_calls_total{datname="kwc",queryid="-390953177293014478",user="postgres"} 47275 pg_stat_statements_calls_total{datname="kwc",queryid="-431246026936500635",user="postgres"} 56153 pg_stat_statements_calls_total{datname="kwc",queryid="-4436415691685534309",user="postgres"} 42598 pg_stat_statements_calls_total{datname="kwc",queryid="-4484169861651399656",user="postgres"} 123742 pg_stat_statements_calls_total{datname="kwc",queryid="-4500252814545337880",user="postgres"} 5.919242e+06 pg_stat_statements_calls_total{datname="kwc",queryid="-4785831926431496684",user="postgres"} 13567 pg_stat_statements_calls_total{datname="kwc",queryid="-5064126030457201721",user="postgres"} 1688 pg_stat_statements_calls_total{datname="kwc",queryid="-5321721864296578017",user="postgres"} 112 pg_stat_statements_calls_total{datname="kwc",queryid="-5405168058380236394",user="postgres"} 20 pg_stat_statements_calls_total{datname="kwc",queryid="-5559295968754019408",user="postgres"} 1250 pg_stat_statements_calls_total{datname="kwc",queryid="-5711731864641403792",user="postgres"} 6104 pg_stat_statements_calls_total{datname="kwc",queryid="-592010199646296671",user="postgres"} 5447 pg_stat_statements_calls_total{datname="kwc",queryid="-5993926332698737015",user="postgres"} 3.689883e+06 pg_stat_statements_calls_total{datname="kwc",queryid="-6148739774507551481",user="postgres"} 102025 pg_stat_statements_calls_total{datname="kwc",queryid="-6444878200209517362",user="postgres"} 52353 pg_stat_statements_calls_total{datname="kwc",queryid="-6751484790152480560",user="postgres"} 14006 pg_stat_statements_calls_total{datname="kwc",queryid="-6846026058251730441",user="postgres"} 310420 pg_stat_statements_calls_total{datname="kwc",queryid="-6894205378764083439",user="postgres"} 5.971719e+06 pg_stat_statements_calls_total{datname="kwc",queryid="-7209587356432734462",user="postgres"} 46226 pg_stat_statements_calls_total{datname="kwc",queryid="-7318196507776719541",user="postgres"} 4047 pg_stat_statements_calls_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 69423 pg_stat_statements_calls_total{datname="kwc",queryid="-7399847365482630780",user="postgres"} 450283 pg_stat_statements_calls_total{datname="kwc",queryid="-7628910744249901283",user="postgres"} 268 pg_stat_statements_calls_total{datname="kwc",queryid="-7706683134505156734",user="postgres"} 8862 pg_stat_statements_calls_total{datname="kwc",queryid="-7721916861211914185",user="postgres"} 25159 pg_stat_statements_calls_total{datname="kwc",queryid="-7847970449950092398",user="postgres"} 30355 pg_stat_statements_calls_total{datname="kwc",queryid="-8009696157993670030",user="postgres"} 9712 pg_stat_statements_calls_total{datname="kwc",queryid="-8071398988400052838",user="postgres"} 30271 pg_stat_statements_calls_total{datname="kwc",queryid="-8178724238071481997",user="postgres"} 29 pg_stat_statements_calls_total{datname="kwc",queryid="-8264079594417685417",user="postgres"} 17696 pg_stat_statements_calls_total{datname="kwc",queryid="-831719152251856",user="postgres"} 5004 pg_stat_statements_calls_total{datname="kwc",queryid="-8451975377297204055",user="postgres"} 8723 pg_stat_statements_calls_total{datname="kwc",queryid="-8585691770773929604",user="postgres"} 23863 pg_stat_statements_calls_total{datname="kwc",queryid="-8702645064336067191",user="postgres"} 60769 pg_stat_statements_calls_total{datname="kwc",queryid="1132039353977187010",user="postgres"} 19795 pg_stat_statements_calls_total{datname="kwc",queryid="1192642508622323958",user="postgres"} 12927 pg_stat_statements_calls_total{datname="kwc",queryid="153386859348971333",user="postgres"} 28996 pg_stat_statements_calls_total{datname="kwc",queryid="1649994326711509677",user="postgres"} 9.764535e+06 pg_stat_statements_calls_total{datname="kwc",queryid="1799883943136313931",user="postgres"} 39083 pg_stat_statements_calls_total{datname="kwc",queryid="2007477803982369056",user="postgres"} 43536 pg_stat_statements_calls_total{datname="kwc",queryid="2303740901371666250",user="postgres"} 110346 pg_stat_statements_calls_total{datname="kwc",queryid="2312233335267396443",user="postgres"} 6215 pg_stat_statements_calls_total{datname="kwc",queryid="2564953938093882369",user="postgres"} 27452 pg_stat_statements_calls_total{datname="kwc",queryid="2678704839700576356",user="postgres"} 37556 pg_stat_statements_calls_total{datname="kwc",queryid="2696068910118700592",user="postgres"} 37101 pg_stat_statements_calls_total{datname="kwc",queryid="2908481207240757691",user="postgres"} 118 pg_stat_statements_calls_total{datname="kwc",queryid="2951414485845388605",user="postgres"} 16207 pg_stat_statements_calls_total{datname="kwc",queryid="3014878349183788752",user="postgres"} 36664 pg_stat_statements_calls_total{datname="kwc",queryid="3097869933166639094",user="postgres"} 6104 pg_stat_statements_calls_total{datname="kwc",queryid="3504151831105442761",user="postgres"} 2578 pg_stat_statements_calls_total{datname="kwc",queryid="4212866555255497009",user="postgres"} 91881 pg_stat_statements_calls_total{datname="kwc",queryid="4229844465022767861",user="postgres"} 44386 pg_stat_statements_calls_total{datname="kwc",queryid="4247044309454496972",user="postgres"} 214499 pg_stat_statements_calls_total{datname="kwc",queryid="4287506943463019571",user="postgres"} 28633 pg_stat_statements_calls_total{datname="kwc",queryid="4587790740460204674",user="postgres"} 15277 pg_stat_statements_calls_total{datname="kwc",queryid="4595987897353208232",user="postgres"} 534 pg_stat_statements_calls_total{datname="kwc",queryid="4840061516617208129",user="postgres"} 9009 pg_stat_statements_calls_total{datname="kwc",queryid="503273439754235423",user="postgres"} 590510 pg_stat_statements_calls_total{datname="kwc",queryid="5130456421887892955",user="postgres"} 3894 pg_stat_statements_calls_total{datname="kwc",queryid="5199897673534474915",user="postgres"} 5404 pg_stat_statements_calls_total{datname="kwc",queryid="522619665427033788",user="postgres"} 431 pg_stat_statements_calls_total{datname="kwc",queryid="5286256128588487226",user="postgres"} 222 pg_stat_statements_calls_total{datname="kwc",queryid="5386816437139833250",user="postgres"} 28633 pg_stat_statements_calls_total{datname="kwc",queryid="5538267903018672124",user="postgres"} 4655 pg_stat_statements_calls_total{datname="kwc",queryid="5633431540764913052",user="postgres"} 96757 pg_stat_statements_calls_total{datname="kwc",queryid="570542882050948240",user="postgres"} 60487 pg_stat_statements_calls_total{datname="kwc",queryid="5984193898332388477",user="postgres"} 3474 pg_stat_statements_calls_total{datname="kwc",queryid="6481032776873821454",user="postgres"} 9.520918e+06 pg_stat_statements_calls_total{datname="kwc",queryid="6524894478724974721",user="postgres"} 6.138559e+06 pg_stat_statements_calls_total{datname="kwc",queryid="652715176988082731",user="postgres"} 17942 pg_stat_statements_calls_total{datname="kwc",queryid="6800622954486547754",user="postgres"} 1489 pg_stat_statements_calls_total{datname="kwc",queryid="7499770810905288438",user="postgres"} 1052 pg_stat_statements_calls_total{datname="kwc",queryid="7877975023321943933",user="postgres"} 875 pg_stat_statements_calls_total{datname="kwc",queryid="7909072603826020795",user="postgres"} 296 pg_stat_statements_calls_total{datname="kwc",queryid="791977423789732267",user="postgres"} 1749 pg_stat_statements_calls_total{datname="kwc",queryid="7987191240267594928",user="postgres"} 4655 pg_stat_statements_calls_total{datname="kwc",queryid="8141398829624547359",user="postgres"} 5141 pg_stat_statements_calls_total{datname="kwc",queryid="820005884469994896",user="postgres"} 1295 pg_stat_statements_calls_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 416984 pg_stat_statements_calls_total{datname="kwc",queryid="8233290115904173646",user="postgres"} 3.688322e+06 pg_stat_statements_calls_total{datname="kwc",queryid="8438704431098306319",user="postgres"} 41363 pg_stat_statements_calls_total{datname="kwc",queryid="8614263772075003264",user="postgres"} 172488 pg_stat_statements_calls_total{datname="kwc",queryid="894047062286059344",user="postgres"} 113441 pg_stat_statements_calls_total{datname="kwc",queryid="9187584721804474520",user="postgres"} 1581 pg_stat_statements_calls_total{datname="kwc",queryid="961521790995819025",user="postgres"} 5091 # 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="kwc",queryid="-135967886005405063",user="postgres"} 6.941969e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-1754767465231609436",user="postgres"} 372322 pg_stat_statements_rows_total{datname="kwc",queryid="-1974276110839723050",user="postgres"} 2558 pg_stat_statements_rows_total{datname="kwc",queryid="-202948818151946330",user="postgres"} 48596 pg_stat_statements_rows_total{datname="kwc",queryid="-2051207653934265959",user="postgres"} 5.7542394e+07 pg_stat_statements_rows_total{datname="kwc",queryid="-2539332364107068028",user="postgres"} 846972 pg_stat_statements_rows_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 1.00666361e+08 pg_stat_statements_rows_total{datname="kwc",queryid="-2601299461284271146",user="postgres"} 52883 pg_stat_statements_rows_total{datname="kwc",queryid="-2830527447295827864",user="postgres"} 3.7457e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-2866070024470690679",user="postgres"} 30880 pg_stat_statements_rows_total{datname="kwc",queryid="-2992088242719053629",user="postgres"} 553913 pg_stat_statements_rows_total{datname="kwc",queryid="-3008294980240879565",user="postgres"} 257202 pg_stat_statements_rows_total{datname="kwc",queryid="-3387162359768080490",user="postgres"} 96334 pg_stat_statements_rows_total{datname="kwc",queryid="-3674302142476144784",user="postgres"} 2159 pg_stat_statements_rows_total{datname="kwc",queryid="-3808576264882160122",user="postgres"} 63437 pg_stat_statements_rows_total{datname="kwc",queryid="-390953177293014478",user="postgres"} 47275 pg_stat_statements_rows_total{datname="kwc",queryid="-431246026936500635",user="postgres"} 56153 pg_stat_statements_rows_total{datname="kwc",queryid="-4436415691685534309",user="postgres"} 42592 pg_stat_statements_rows_total{datname="kwc",queryid="-4484169861651399656",user="postgres"} 123742 pg_stat_statements_rows_total{datname="kwc",queryid="-4500252814545337880",user="postgres"} 5.919242e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-4785831926431496684",user="postgres"} 141832 pg_stat_statements_rows_total{datname="kwc",queryid="-5064126030457201721",user="postgres"} 644829 pg_stat_statements_rows_total{datname="kwc",queryid="-5321721864296578017",user="postgres"} 51761 pg_stat_statements_rows_total{datname="kwc",queryid="-5405168058380236394",user="postgres"} 111968 pg_stat_statements_rows_total{datname="kwc",queryid="-5559295968754019408",user="postgres"} 367132 pg_stat_statements_rows_total{datname="kwc",queryid="-5711731864641403792",user="postgres"} 29808 pg_stat_statements_rows_total{datname="kwc",queryid="-592010199646296671",user="postgres"} 5446 pg_stat_statements_rows_total{datname="kwc",queryid="-5993926332698737015",user="postgres"} 3.689883e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-6148739774507551481",user="postgres"} 102025 pg_stat_statements_rows_total{datname="kwc",queryid="-6444878200209517362",user="postgres"} 54463 pg_stat_statements_rows_total{datname="kwc",queryid="-6751484790152480560",user="postgres"} 3.421765e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-6846026058251730441",user="postgres"} 310420 pg_stat_statements_rows_total{datname="kwc",queryid="-6894205378764083439",user="postgres"} 5.971719e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-7209587356432734462",user="postgres"} 46226 pg_stat_statements_rows_total{datname="kwc",queryid="-7318196507776719541",user="postgres"} 4047 pg_stat_statements_rows_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 1.00664889e+08 pg_stat_statements_rows_total{datname="kwc",queryid="-7399847365482630780",user="postgres"} 450283 pg_stat_statements_rows_total{datname="kwc",queryid="-7628910744249901283",user="postgres"} 13022 pg_stat_statements_rows_total{datname="kwc",queryid="-7706683134505156734",user="postgres"} 8862 pg_stat_statements_rows_total{datname="kwc",queryid="-7721916861211914185",user="postgres"} 16774 pg_stat_statements_rows_total{datname="kwc",queryid="-7847970449950092398",user="postgres"} 29393 pg_stat_statements_rows_total{datname="kwc",queryid="-8009696157993670030",user="postgres"} 8865 pg_stat_statements_rows_total{datname="kwc",queryid="-8071398988400052838",user="postgres"} 29158 pg_stat_statements_rows_total{datname="kwc",queryid="-8178724238071481997",user="postgres"} 14295 pg_stat_statements_rows_total{datname="kwc",queryid="-8264079594417685417",user="postgres"} 17654 pg_stat_statements_rows_total{datname="kwc",queryid="-831719152251856",user="postgres"} 5004 pg_stat_statements_rows_total{datname="kwc",queryid="-8451975377297204055",user="postgres"} 8723 pg_stat_statements_rows_total{datname="kwc",queryid="-8585691770773929604",user="postgres"} 23863 pg_stat_statements_rows_total{datname="kwc",queryid="-8702645064336067191",user="postgres"} 5281 pg_stat_statements_rows_total{datname="kwc",queryid="1132039353977187010",user="postgres"} 68937 pg_stat_statements_rows_total{datname="kwc",queryid="1192642508622323958",user="postgres"} 9735 pg_stat_statements_rows_total{datname="kwc",queryid="153386859348971333",user="postgres"} 28996 pg_stat_statements_rows_total{datname="kwc",queryid="1649994326711509677",user="postgres"} 9.764525e+06 pg_stat_statements_rows_total{datname="kwc",queryid="1799883943136313931",user="postgres"} 8539 pg_stat_statements_rows_total{datname="kwc",queryid="2007477803982369056",user="postgres"} 17942 pg_stat_statements_rows_total{datname="kwc",queryid="2303740901371666250",user="postgres"} 19 pg_stat_statements_rows_total{datname="kwc",queryid="2312233335267396443",user="postgres"} 6215 pg_stat_statements_rows_total{datname="kwc",queryid="2564953938093882369",user="postgres"} 311095 pg_stat_statements_rows_total{datname="kwc",queryid="2678704839700576356",user="postgres"} 37556 pg_stat_statements_rows_total{datname="kwc",queryid="2696068910118700592",user="postgres"} 37101 pg_stat_statements_rows_total{datname="kwc",queryid="2908481207240757691",user="postgres"} 63267 pg_stat_statements_rows_total{datname="kwc",queryid="2951414485845388605",user="postgres"} 16207 pg_stat_statements_rows_total{datname="kwc",queryid="3014878349183788752",user="postgres"} 36664 pg_stat_statements_rows_total{datname="kwc",queryid="3097869933166639094",user="postgres"} 29808 pg_stat_statements_rows_total{datname="kwc",queryid="3504151831105442761",user="postgres"} 211980 pg_stat_statements_rows_total{datname="kwc",queryid="4212866555255497009",user="postgres"} 3.344373e+06 pg_stat_statements_rows_total{datname="kwc",queryid="4229844465022767861",user="postgres"} 44386 pg_stat_statements_rows_total{datname="kwc",queryid="4247044309454496972",user="postgres"} 99974 pg_stat_statements_rows_total{datname="kwc",queryid="4287506943463019571",user="postgres"} 189928 pg_stat_statements_rows_total{datname="kwc",queryid="4587790740460204674",user="postgres"} 17971 pg_stat_statements_rows_total{datname="kwc",queryid="4595987897353208232",user="postgres"} 534 pg_stat_statements_rows_total{datname="kwc",queryid="4840061516617208129",user="postgres"} 9009 pg_stat_statements_rows_total{datname="kwc",queryid="503273439754235423",user="postgres"} 590510 pg_stat_statements_rows_total{datname="kwc",queryid="5130456421887892955",user="postgres"} 3894 pg_stat_statements_rows_total{datname="kwc",queryid="5199897673534474915",user="postgres"} 4366 pg_stat_statements_rows_total{datname="kwc",queryid="522619665427033788",user="postgres"} 431 pg_stat_statements_rows_total{datname="kwc",queryid="5286256128588487226",user="postgres"} 22027 pg_stat_statements_rows_total{datname="kwc",queryid="5386816437139833250",user="postgres"} 28633 pg_stat_statements_rows_total{datname="kwc",queryid="5538267903018672124",user="postgres"} 154558 pg_stat_statements_rows_total{datname="kwc",queryid="5633431540764913052",user="postgres"} 70996 pg_stat_statements_rows_total{datname="kwc",queryid="570542882050948240",user="postgres"} 224 pg_stat_statements_rows_total{datname="kwc",queryid="5984193898332388477",user="postgres"} 8235 pg_stat_statements_rows_total{datname="kwc",queryid="6481032776873821454",user="postgres"} 9.520918e+06 pg_stat_statements_rows_total{datname="kwc",queryid="6524894478724974721",user="postgres"} 6.138551e+06 pg_stat_statements_rows_total{datname="kwc",queryid="652715176988082731",user="postgres"} 17942 pg_stat_statements_rows_total{datname="kwc",queryid="6800622954486547754",user="postgres"} 1489 pg_stat_statements_rows_total{datname="kwc",queryid="7499770810905288438",user="postgres"} 1052 pg_stat_statements_rows_total{datname="kwc",queryid="7877975023321943933",user="postgres"} 40779 pg_stat_statements_rows_total{datname="kwc",queryid="7909072603826020795",user="postgres"} 92388 pg_stat_statements_rows_total{datname="kwc",queryid="791977423789732267",user="postgres"} 1749 pg_stat_statements_rows_total{datname="kwc",queryid="7987191240267594928",user="postgres"} 154558 pg_stat_statements_rows_total{datname="kwc",queryid="8141398829624547359",user="postgres"} 201393 pg_stat_statements_rows_total{datname="kwc",queryid="820005884469994896",user="postgres"} 1283 pg_stat_statements_rows_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 416984 pg_stat_statements_rows_total{datname="kwc",queryid="8233290115904173646",user="postgres"} 3.688322e+06 pg_stat_statements_rows_total{datname="kwc",queryid="8438704431098306319",user="postgres"} 41288 pg_stat_statements_rows_total{datname="kwc",queryid="8614263772075003264",user="postgres"} 172488 pg_stat_statements_rows_total{datname="kwc",queryid="894047062286059344",user="postgres"} 4.085425e+06 pg_stat_statements_rows_total{datname="kwc",queryid="9187584721804474520",user="postgres"} 1581 pg_stat_statements_rows_total{datname="kwc",queryid="961521790995819025",user="postgres"} 146694 # 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="kwc",queryid="-135967886005405063",user="postgres"} 5643.67379098 pg_stat_statements_seconds_total{datname="kwc",queryid="-1754767465231609436",user="postgres"} 2340.0346943089926 pg_stat_statements_seconds_total{datname="kwc",queryid="-1974276110839723050",user="postgres"} 480.6631993219999 pg_stat_statements_seconds_total{datname="kwc",queryid="-202948818151946330",user="postgres"} 27498.369190495963 pg_stat_statements_seconds_total{datname="kwc",queryid="-2051207653934265959",user="postgres"} 1583.8874365219997 pg_stat_statements_seconds_total{datname="kwc",queryid="-2539332364107068028",user="postgres"} 692.1675068350044 pg_stat_statements_seconds_total{datname="kwc",queryid="-2565669271273608176",user="postgres"} 1510.4063059070058 pg_stat_statements_seconds_total{datname="kwc",queryid="-2601299461284271146",user="postgres"} 342.8095308639973 pg_stat_statements_seconds_total{datname="kwc",queryid="-2830527447295827864",user="postgres"} 247534.8565085672 pg_stat_statements_seconds_total{datname="kwc",queryid="-2866070024470690679",user="postgres"} 1255.4349801350002 pg_stat_statements_seconds_total{datname="kwc",queryid="-2992088242719053629",user="postgres"} 370.767201445999 pg_stat_statements_seconds_total{datname="kwc",queryid="-3008294980240879565",user="postgres"} 7739.526353744001 pg_stat_statements_seconds_total{datname="kwc",queryid="-3387162359768080490",user="postgres"} 1310.0816530939985 pg_stat_statements_seconds_total{datname="kwc",queryid="-3674302142476144784",user="postgres"} 426.92198076399995 pg_stat_statements_seconds_total{datname="kwc",queryid="-3808576264882160122",user="postgres"} 517.5711826119988 pg_stat_statements_seconds_total{datname="kwc",queryid="-390953177293014478",user="postgres"} 1139.3374690429916 pg_stat_statements_seconds_total{datname="kwc",queryid="-431246026936500635",user="postgres"} 28271.757405842087 pg_stat_statements_seconds_total{datname="kwc",queryid="-4436415691685534309",user="postgres"} 427.0095830369959 pg_stat_statements_seconds_total{datname="kwc",queryid="-4484169861651399656",user="postgres"} 1157.5841380229954 pg_stat_statements_seconds_total{datname="kwc",queryid="-4500252814545337880",user="postgres"} 856.4361250129485 pg_stat_statements_seconds_total{datname="kwc",queryid="-4785831926431496684",user="postgres"} 705.3107647100044 pg_stat_statements_seconds_total{datname="kwc",queryid="-5064126030457201721",user="postgres"} 31153.05564482 pg_stat_statements_seconds_total{datname="kwc",queryid="-5321721864296578017",user="postgres"} 2796.2871883249995 pg_stat_statements_seconds_total{datname="kwc",queryid="-5405168058380236394",user="postgres"} 5057.986005808001 pg_stat_statements_seconds_total{datname="kwc",queryid="-5559295968754019408",user="postgres"} 17432.551796611024 pg_stat_statements_seconds_total{datname="kwc",queryid="-5711731864641403792",user="postgres"} 400.2784643859995 pg_stat_statements_seconds_total{datname="kwc",queryid="-592010199646296671",user="postgres"} 503.2278602190001 pg_stat_statements_seconds_total{datname="kwc",queryid="-5993926332698737015",user="postgres"} 220140.19963847124 pg_stat_statements_seconds_total{datname="kwc",queryid="-6148739774507551481",user="postgres"} 690.2808142760067 pg_stat_statements_seconds_total{datname="kwc",queryid="-6444878200209517362",user="postgres"} 439.9933942720004 pg_stat_statements_seconds_total{datname="kwc",queryid="-6751484790152480560",user="postgres"} 155084.31586031136 pg_stat_statements_seconds_total{datname="kwc",queryid="-6846026058251730441",user="postgres"} 3647.074185287986 pg_stat_statements_seconds_total{datname="kwc",queryid="-6894205378764083439",user="postgres"} 608.6154928049833 pg_stat_statements_seconds_total{datname="kwc",queryid="-7209587356432734462",user="postgres"} 750.3591480300012 pg_stat_statements_seconds_total{datname="kwc",queryid="-7318196507776719541",user="postgres"} 361.1454673589999 pg_stat_statements_seconds_total{datname="kwc",queryid="-7390902673174426915",user="postgres"} 20982.917421728773 pg_stat_statements_seconds_total{datname="kwc",queryid="-7399847365482630780",user="postgres"} 410.9182516680008 pg_stat_statements_seconds_total{datname="kwc",queryid="-7628910744249901283",user="postgres"} 604.8695524839999 pg_stat_statements_seconds_total{datname="kwc",queryid="-7706683134505156734",user="postgres"} 723.4108491820008 pg_stat_statements_seconds_total{datname="kwc",queryid="-7721916861211914185",user="postgres"} 432.1740319590007 pg_stat_statements_seconds_total{datname="kwc",queryid="-7847970449950092398",user="postgres"} 1663.5940880970068 pg_stat_statements_seconds_total{datname="kwc",queryid="-8009696157993670030",user="postgres"} 559.9160950280013 pg_stat_statements_seconds_total{datname="kwc",queryid="-8071398988400052838",user="postgres"} 553.8219388479981 pg_stat_statements_seconds_total{datname="kwc",queryid="-8178724238071481997",user="postgres"} 647.042021224 pg_stat_statements_seconds_total{datname="kwc",queryid="-8264079594417685417",user="postgres"} 345.9961167479993 pg_stat_statements_seconds_total{datname="kwc",queryid="-831719152251856",user="postgres"} 823.8488088569994 pg_stat_statements_seconds_total{datname="kwc",queryid="-8451975377297204055",user="postgres"} 513.7613247559983 pg_stat_statements_seconds_total{datname="kwc",queryid="-8585691770773929604",user="postgres"} 358.8890143219986 pg_stat_statements_seconds_total{datname="kwc",queryid="-8702645064336067191",user="postgres"} 662.6620411849966 pg_stat_statements_seconds_total{datname="kwc",queryid="1132039353977187010",user="postgres"} 1515.850865079998 pg_stat_statements_seconds_total{datname="kwc",queryid="1192642508622323958",user="postgres"} 355.3608349560018 pg_stat_statements_seconds_total{datname="kwc",queryid="153386859348971333",user="postgres"} 812.6375323509953 pg_stat_statements_seconds_total{datname="kwc",queryid="1649994326711509677",user="postgres"} 4340.215341833991 pg_stat_statements_seconds_total{datname="kwc",queryid="1799883943136313931",user="postgres"} 3230.891782138009 pg_stat_statements_seconds_total{datname="kwc",queryid="2007477803982369056",user="postgres"} 997.740466296999 pg_stat_statements_seconds_total{datname="kwc",queryid="2303740901371666250",user="postgres"} 1375.3942626420026 pg_stat_statements_seconds_total{datname="kwc",queryid="2312233335267396443",user="postgres"} 548.1944871509999 pg_stat_statements_seconds_total{datname="kwc",queryid="2564953938093882369",user="postgres"} 2343.6351475780193 pg_stat_statements_seconds_total{datname="kwc",queryid="2678704839700576356",user="postgres"} 364.7270144750001 pg_stat_statements_seconds_total{datname="kwc",queryid="2696068910118700592",user="postgres"} 1321.5719574970003 pg_stat_statements_seconds_total{datname="kwc",queryid="2908481207240757691",user="postgres"} 1491.8104137529995 pg_stat_statements_seconds_total{datname="kwc",queryid="2951414485845388605",user="postgres"} 381.99843874799956 pg_stat_statements_seconds_total{datname="kwc",queryid="3014878349183788752",user="postgres"} 411.664334403001 pg_stat_statements_seconds_total{datname="kwc",queryid="3097869933166639094",user="postgres"} 408.0341212869976 pg_stat_statements_seconds_total{datname="kwc",queryid="3504151831105442761",user="postgres"} 524.4090403039999 pg_stat_statements_seconds_total{datname="kwc",queryid="4212866555255497009",user="postgres"} 575903.5156906099 pg_stat_statements_seconds_total{datname="kwc",queryid="4229844465022767861",user="postgres"} 775.956397618998 pg_stat_statements_seconds_total{datname="kwc",queryid="4247044309454496972",user="postgres"} 3055.948666734076 pg_stat_statements_seconds_total{datname="kwc",queryid="4287506943463019571",user="postgres"} 812.8777143139974 pg_stat_statements_seconds_total{datname="kwc",queryid="4587790740460204674",user="postgres"} 339.38322887000083 pg_stat_statements_seconds_total{datname="kwc",queryid="4595987897353208232",user="postgres"} 1182.1168348470005 pg_stat_statements_seconds_total{datname="kwc",queryid="4840061516617208129",user="postgres"} 1011.0907835169987 pg_stat_statements_seconds_total{datname="kwc",queryid="503273439754235423",user="postgres"} 1109.181266354956 pg_stat_statements_seconds_total{datname="kwc",queryid="5130456421887892955",user="postgres"} 1219.2236991020052 pg_stat_statements_seconds_total{datname="kwc",queryid="5199897673534474915",user="postgres"} 1792.5025215490023 pg_stat_statements_seconds_total{datname="kwc",queryid="522619665427033788",user="postgres"} 335.33236818700027 pg_stat_statements_seconds_total{datname="kwc",queryid="5286256128588487226",user="postgres"} 876.4423732250003 pg_stat_statements_seconds_total{datname="kwc",queryid="5386816437139833250",user="postgres"} 1641.9864953780032 pg_stat_statements_seconds_total{datname="kwc",queryid="5538267903018672124",user="postgres"} 3276.813235575003 pg_stat_statements_seconds_total{datname="kwc",queryid="5633431540764913052",user="postgres"} 1101.6035360969972 pg_stat_statements_seconds_total{datname="kwc",queryid="570542882050948240",user="postgres"} 545.6049201499994 pg_stat_statements_seconds_total{datname="kwc",queryid="5984193898332388477",user="postgres"} 395.8320781450003 pg_stat_statements_seconds_total{datname="kwc",queryid="6481032776873821454",user="postgres"} 381.0631359629393 pg_stat_statements_seconds_total{datname="kwc",queryid="6524894478724974721",user="postgres"} 412.2557247449548 pg_stat_statements_seconds_total{datname="kwc",queryid="652715176988082731",user="postgres"} 393.22290589400114 pg_stat_statements_seconds_total{datname="kwc",queryid="6800622954486547754",user="postgres"} 867.0935162430003 pg_stat_statements_seconds_total{datname="kwc",queryid="7499770810905288438",user="postgres"} 430.97777321400054 pg_stat_statements_seconds_total{datname="kwc",queryid="7877975023321943933",user="postgres"} 758.5917584830005 pg_stat_statements_seconds_total{datname="kwc",queryid="7909072603826020795",user="postgres"} 1914.8418523939997 pg_stat_statements_seconds_total{datname="kwc",queryid="791977423789732267",user="postgres"} 1296.5567538119979 pg_stat_statements_seconds_total{datname="kwc",queryid="7987191240267594928",user="postgres"} 3342.501522817998 pg_stat_statements_seconds_total{datname="kwc",queryid="8141398829624547359",user="postgres"} 48064.605653005885 pg_stat_statements_seconds_total{datname="kwc",queryid="820005884469994896",user="postgres"} 920.3009992360006 pg_stat_statements_seconds_total{datname="kwc",queryid="8207445343163765616",user="postgres"} 2871.128473068934 pg_stat_statements_seconds_total{datname="kwc",queryid="8233290115904173646",user="postgres"} 216021.00394371676 pg_stat_statements_seconds_total{datname="kwc",queryid="8438704431098306319",user="postgres"} 1315.4926287950032 pg_stat_statements_seconds_total{datname="kwc",queryid="8614263772075003264",user="postgres"} 714.2747155590023 pg_stat_statements_seconds_total{datname="kwc",queryid="894047062286059344",user="postgres"} 974144.2238238581 pg_stat_statements_seconds_total{datname="kwc",queryid="9187584721804474520",user="postgres"} 1423.008891496001 pg_stat_statements_seconds_total{datname="kwc",queryid="961521790995819025",user="postgres"} 3820.3685738970053 # 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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 65 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_import_staging",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="brand",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_weeknumber",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alert",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 30 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 12 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_audit_log",schemaname="public"} 22 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_batch_log",schemaname="public"} 22 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 57 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit",schemaname="public"} 18 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_file",schemaname="public"} 31 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_import_template",schemaname="public"} 30 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_menu_schema",schemaname="public"} 30 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 30 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_set",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_access",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_log",schemaname="public"} 36 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_parameter",schemaname="public"} 36 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_run",schemaname="public"} 92 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_schema",schemaname="public"} 30 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_reference_schema",schemaname="public"} 30 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_refresh_token",schemaname="public"} 32 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_releases",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_releases_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_report",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_report_access",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_report_schema",schemaname="public"} 30 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_role",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_role_application",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_sequence",schemaname="public"} 24 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_table_schema",schemaname="public"} 31 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_access",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 31 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_meta",schemaname="public"} 270 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_access",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_schema",schemaname="public"} 34 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 43 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 25 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 44 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 44 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 39 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 44 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_config",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 2121 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 59 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 109 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 91 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till",schemaname="public"} 925 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 72 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 316 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 23 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash",schemaname="public"} 56 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 42 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 47 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 12 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 67 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_wallet",schemaname="public"} 21 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 12 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 13 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_account",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expcategory",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expvoucher",schemaname="public"} 1064 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 23 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_financial_acct",schemaname="public"} 332 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 40 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_journal",schemaname="public"} 41 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_journalline",schemaname="public"} 29 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ledger_details",schemaname="public"} 66 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 11 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 10 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 12 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 16 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment",schemaname="public"} 40 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_paymentline",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_paymentplan",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_period_control",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receipt",schemaname="public"} 270 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 87 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 142 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 50 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_transactions",schemaname="public"} 103 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch",schemaname="public"} 22 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory",schemaname="public"} 53 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_config",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_issue",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventoryline",schemaname="public"} 33 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_movement",schemaname="public"} 59 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_movementline",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_category",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt",schemaname="public"} 608 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 18 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_meta",schemaname="public"} 29 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receiptline",schemaname="public"} 123 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 22 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipttax",schemaname="public"} 91 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_shipment",schemaname="public"} 959 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_shipmentline",schemaname="public"} 62 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_stock",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_storagebin",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_supplier_product",schemaname="public"} 99 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transaction",schemaname="public"} 26 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferissue",schemaname="public"} 65 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferissue_line",schemaname="public"} 40 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferorder",schemaname="public"} 91 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferorder_line",schemaname="public"} 64 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 19 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferreceipt",schemaname="public"} 53 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 21 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferrequest",schemaname="public"} 52 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 56 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_unitcost",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_window_designer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="otp_audit_log",schemaname="public"} 11 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoice",schemaname="public"} 304 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoiceline",schemaname="public"} 33 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 35 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 173 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_order",schemaname="public"} 649 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_orderline",schemaname="public"} 60 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_orderlinetax",schemaname="public"} 38 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_ordertax",schemaname="public"} 308 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_requisition",schemaname="public"} 264 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 86 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_address",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_contact",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_credit",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 36 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 102 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 10312 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_triggers",schemaname="public"} 69 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer",schemaname="public"} 26 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_address",schemaname="public"} 29 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 10 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_inv_settlement",schemaname="public"} 16 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoice",schemaname="public"} 350 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoice_meta",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 48 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 55 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 126 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order",schemaname="public"} 203 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment",schemaname="public"} 98 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 28 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 41 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 52 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_meta",schemaname="public"} 60 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderline",schemaname="public"} 58 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderline_meta",schemaname="public"} 34 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 35 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 49 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_ordertax",schemaname="public"} 152 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_productprice",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_productprice_history",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_salesrep",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_reservation",schemaname="public"} 31 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 16 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_import_staging",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 37 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_audit_log",schemaname="public"} 13 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_batch_log",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_bunit",schemaname="public"} 16 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_file",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_import_template",schemaname="public"} 15 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_menu_schema",schemaname="public"} 29 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 37 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_access",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_log",schemaname="public"} 17 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_parameter",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_run",schemaname="public"} 14 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_schema",schemaname="public"} 30 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_reference_schema",schemaname="public"} 37 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_refresh_token",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_releases",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_report_access",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_report_schema",schemaname="public"} 37 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_role",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_table_schema",schemaname="public"} 37 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_access",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_window_access",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_window_schema",schemaname="public"} 41 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 919 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 16 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 14 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash",schemaname="public"} 11 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 12 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_account",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expcategory",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expvoucher",schemaname="public"} 1224 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_financial_acct",schemaname="public"} 20 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_journal",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_journalline",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ledger_details",schemaname="public"} 24 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentplan",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receipt",schemaname="public"} 47 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 23 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 28 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 11 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_transactions",schemaname="public"} 28 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch",schemaname="public"} 18 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory",schemaname="public"} 39 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_config",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventoryline",schemaname="public"} 32 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_movement",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_movementline",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_category",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt",schemaname="public"} 232 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_meta",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receiptline",schemaname="public"} 49 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipttax",schemaname="public"} 53 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_shipment",schemaname="public"} 837 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_shipmentline",schemaname="public"} 12 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_stock",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_supplier_product",schemaname="public"} 14 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transaction",schemaname="public"} 12 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferissue",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferissue_line",schemaname="public"} 7 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferorder",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferorder_line",schemaname="public"} 13 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferreceipt",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferrequest",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 10 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_unitcost",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_warehouse",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoice",schemaname="public"} 151 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoiceline",schemaname="public"} 18 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 18 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 94 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_order",schemaname="public"} 166 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_orderline",schemaname="public"} 14 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_orderlinetax",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_ordertax",schemaname="public"} 144 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_requisition",schemaname="public"} 31 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 15 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_address",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 70 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 10739 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_triggers",schemaname="public"} 69 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_address",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoice",schemaname="public"} 89 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoice_meta",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 10 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 14 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 27 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order",schemaname="public"} 40 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment",schemaname="public"} 10 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_meta",schemaname="public"} 17 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderline",schemaname="public"} 10 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderline_meta",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 10 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_ordertax",schemaname="public"} 33 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_productprice",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_productprice_history",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_salesrep",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_reservation",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 529 pg_stat_user_tables_idx_scan{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 80 pg_stat_user_tables_idx_scan{datname="kwc",relname="api_key",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer",schemaname="public"} 9.8342331e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer_address",schemaname="public"} 808834 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 72 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="brand",schemaname="public"} 1.17330174e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 287836 pg_stat_user_tables_idx_scan{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_department",schemaname="public"} 16549 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_division",schemaname="public"} 10518 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 1241 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 197 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee",schemaname="public"} 600014 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_category",schemaname="public"} 19658 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_formula",schemaname="public"} 1192 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job",schemaname="public"} 13427 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_description",schemaname="public"} 701 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_role",schemaname="public"} 11219 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_policy",schemaname="public"} 13981 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_type",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pay_component",schemaname="public"} 13507 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pay_grade",schemaname="public"} 10518 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payslab",schemaname="public"} 10518 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_period",schemaname="public"} 2478 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_template",schemaname="public"} 3930 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 25 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_shift_policy",schemaname="public"} 10718 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_shift_type",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_work_location",schemaname="public"} 2334 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_year",schemaname="public"} 111 pg_stat_user_tables_idx_scan{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_comm_templates",schemaname="public"} 128266 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_email_template",schemaname="public"} 1867 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 141279 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_app_schema",schemaname="public"} 135835 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_audit_config",schemaname="public"} 163982 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_audit_log",schemaname="public"} 670 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 4079 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_log",schemaname="public"} 45 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 8237 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit",schemaname="public"} 2.37126993e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 35330 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_city",schemaname="public"} 234985 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_client",schemaname="public"} 13073 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_client_applications",schemaname="public"} 560 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_country",schemaname="public"} 84853 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_currency",schemaname="public"} 16672 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_division",schemaname="public"} 234971 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_doctype",schemaname="public"} 1.284103e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_file",schemaname="public"} 288 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_import_template",schemaname="public"} 3899 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 61 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integration_scope",schemaname="public"} 652 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integrations",schemaname="public"} 714 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 13 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_menu_schema",schemaname="public"} 10614 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 9184 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_mobile_role",schemaname="public"} 53745 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_module",schemaname="public"} 64314 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 864 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_paymentterm",schemaname="public"} 159 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 1243 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 46 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_print_template",schemaname="public"} 9993 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process",schemaname="public"} 199266 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_access",schemaname="public"} 17002 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_run",schemaname="public"} 900449 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_schema",schemaname="public"} 83471 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_window_access",schemaname="public"} 22634 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 482 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_reference_schema",schemaname="public"} 20984 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_region",schemaname="public"} 1.109668e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_releases",schemaname="public"} 487 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_report",schemaname="public"} 170486 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_report_access",schemaname="public"} 292325 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_report_schema",schemaname="public"} 373975 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_reportschedule",schemaname="public"} 29 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_returnreason",schemaname="public"} 1.251079e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_role",schemaname="public"} 61116 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_sequence",schemaname="public"} 471296 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_system_preferences",schemaname="public"} 75924 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_table_schema",schemaname="public"} 394474 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_tax",schemaname="public"} 260603 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_tax_acct",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 16 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_uom",schemaname="public"} 71290 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user",schemaname="public"} 4.4850858e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_access",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 21 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_bunit",schemaname="public"} 95 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_meta",schemaname="public"} 16509 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_mfa",schemaname="public"} 9 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 504 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_webhooks",schemaname="public"} 6 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window",schemaname="public"} 1.668004e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window_access",schemaname="public"} 624044 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window_schema",schemaname="public"} 992524 pg_stat_user_tables_idx_scan{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_channel",schemaname="public"} 1.068946e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_events",schemaname="public"} 1571 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow",schemaname="public"} 5328 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 9507 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 3185 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 1147 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 11 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 331595 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_collection",schemaname="public"} 2.062909e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 13010 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 9.855317792e+09 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 3794 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_configurations",schemaname="public"} 17363 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_customer_config",schemaname="public"} 106 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 21 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 28078 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 7.9676266e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_table",schemaname="public"} 9030 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 26886 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_gift_config",schemaname="public"} 307 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 26040 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 39 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 1.100546e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 9 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 237157 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 7.9641397e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 2780 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 41 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 1079 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 481 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 13020 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 25952 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 63392 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 1848 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 50 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 1606 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_config",schemaname="public"} 13020 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1566 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_log",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 235484 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 65100 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 194948 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 101030 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 28 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_saletype",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 71511 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 834327 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_discount",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till",schemaname="public"} 6.992237e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 45412 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 578924 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash",schemaname="public"} 123583 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 34070 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 94484 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 1106 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 8041 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_wallet",schemaname="public"} 4955 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 54 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 9 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 2161 pg_stat_user_tables_idx_scan{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 53745 pg_stat_user_tables_idx_scan{datname="kwc",relname="cww_task",schemaname="public"} 851571 pg_stat_user_tables_idx_scan{datname="kwc",relname="cww_taskline",schemaname="public"} 198310 pg_stat_user_tables_idx_scan{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="email_source",schemaname="public"} 1195 pg_stat_user_tables_idx_scan{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset",schemaname="public"} 2687 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_class",schemaname="public"} 746 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 128 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 16 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 674 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_type",schemaname="public"} 243 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 804 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 531 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_account",schemaname="public"} 1.6210081e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_account_category",schemaname="public"} 14838 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config",schemaname="public"} 2661 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 14 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_calendar",schemaname="public"} 3.6999412e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_calendar_year",schemaname="public"} 2163 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_coa",schemaname="public"} 32340 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_cost_center",schemaname="public"} 622103 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expcategory",schemaname="public"} 284609 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expvoucher",schemaname="public"} 351521 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 7680 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1.786111e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 698616 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 166 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_journal",schemaname="public"} 99008 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_journalline",schemaname="public"} 3000 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ledger",schemaname="public"} 747 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ledger_details",schemaname="public"} 56 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_customer",schemaname="public"} 578 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 18039 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 341 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 941 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 3111 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 286152 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 2.140251e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 2.131781e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 27500 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment",schemaname="public"} 61147 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentline",schemaname="public"} 537 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 161841 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentplan",schemaname="public"} 2523 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period",schemaname="public"} 196757 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period_control",schemaname="public"} 469202 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receipt",schemaname="public"} 1.724038e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptline",schemaname="public"} 778015 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptplan",schemaname="public"} 2.7433069e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.19816e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 70 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_transactions",schemaname="public"} 73429 pg_stat_user_tables_idx_scan{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="hsncode",schemaname="public"} 4.521367e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_provider",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_vehicle",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch",schemaname="public"} 1.35119373e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch_group",schemaname="public"} 2.35128e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch_sequence",schemaname="public"} 572 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 18 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_costing_log",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_costing_preferences",schemaname="public"} 11 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_coupon_provider",schemaname="public"} 307 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_custom_attribute",schemaname="public"} 6.4695408e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory",schemaname="public"} 1.865349e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_config",schemaname="public"} 1.058578e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_issue",schemaname="public"} 720 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 123904 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 105 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 129876 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventoryline",schemaname="public"} 339669 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_material_request",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_movement",schemaname="public"} 11631 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_movementline",schemaname="public"} 32 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_approval",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 57 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 7784 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_customer",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 7791 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 7896 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricingrule",schemaname="public"} 213677 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product",schemaname="public"} 3.25702132e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_category",schemaname="public"} 3.124115e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 8.1677132e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 13746 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt",schemaname="public"} 2.941925e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 5052 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 86 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1234 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_meta",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receiptline",schemaname="public"} 1.247509e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 34 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_shipment",schemaname="public"} 3.7675461e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_shipmentline",schemaname="public"} 8.3367348e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stock",schemaname="public"} 1.82825913e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 129866 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_storage_group",schemaname="public"} 12309 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_storagebin",schemaname="public"} 1.03079686e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_supplier_product",schemaname="public"} 157964 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_trackertype",schemaname="public"} 2.062909e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transaction",schemaname="public"} 1.41834605e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferissue",schemaname="public"} 308799 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferissue_line",schemaname="public"} 80030 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferorder",schemaname="public"} 994019 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferorder_line",schemaname="public"} 132830 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferreceipt",schemaname="public"} 176074 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 27299 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferrequest",schemaname="public"} 676540 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 73754 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_unitcost",schemaname="public"} 110851 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warehouse",schemaname="public"} 1.58265664e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 4053 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_window_designer",schemaname="public"} 55 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_drivers",schemaname="public"} 157451 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="otp_audit_log",schemaname="public"} 111 pg_stat_user_tables_idx_scan{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_agent",schemaname="public"} 256465 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_inv_settlement",schemaname="public"} 28 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoice",schemaname="public"} 5.500995e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoiceline",schemaname="public"} 129507 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoicetax",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_order",schemaname="public"} 3.541259e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_orderline",schemaname="public"} 1.286861e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_pricelist_version",schemaname="public"} 209 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_productprice",schemaname="public"} 1140 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_requisition",schemaname="public"} 890089 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_requisition_line",schemaname="public"} 112136 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier",schemaname="public"} 1.2319376e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_address",schemaname="public"} 2.191711e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_category",schemaname="public"} 2.612725e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_contact",schemaname="public"} 454 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_credit",schemaname="public"} 114 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 747 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_flock",schemaname="public"} 35226 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_order",schemaname="public"} 3436 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_production_preferences",schemaname="public"} 126005 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 16 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 98 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 127 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_job_details",schemaname="public"} 3811 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 40 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 32 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 16 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_triggers",schemaname="public"} 9227 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer",schemaname="public"} 3.055010179e+10 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_address",schemaname="public"} 1.4604758e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_category",schemaname="public"} 31130 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_credit",schemaname="public"} 2054 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_settlement",schemaname="public"} 747 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_estimate",schemaname="public"} 15 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_inv_settlement",schemaname="public"} 363 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 56 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoice",schemaname="public"} 2.5927808e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.11886635e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 4.102916e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoicetax",schemaname="public"} 59 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order",schemaname="public"} 8.6133795e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_amendment",schemaname="public"} 158685 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 8603 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_meta",schemaname="public"} 68508 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_orderline",schemaname="public"} 6.6047958e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 9 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_orderlinetax",schemaname="public"} 202 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_ordertax",schemaname="public"} 77 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pricelist",schemaname="public"} 25725 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pricelist_version",schemaname="public"} 12683 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_productprice",schemaname="public"} 1.02102982e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_productprice_history",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_quotation",schemaname="public"} 210399 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_quotation_line",schemaname="public"} 89505 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_rfq",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_route_plan",schemaname="public"} 134286 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_salesrep",schemaname="public"} 2.0135689e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_operations",schemaname="public"} 2200 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_reservation",schemaname="public"} 4642 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 529 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 80 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="api_key",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_customer",schemaname="public"} 3.2573569978e+10 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_customer_address",schemaname="public"} 5044 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 69 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="brand",schemaname="public"} 1.11213367e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_department",schemaname="public"} 15587 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 1241 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 197 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee",schemaname="public"} 11452 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_category",schemaname="public"} 18943 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_formula",schemaname="public"} 32 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job",schemaname="public"} 12400 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_policy",schemaname="public"} 12768 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_type",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_component",schemaname="public"} 13485 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_period",schemaname="public"} 2476 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_template",schemaname="public"} 3649 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 25 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_work_location",schemaname="public"} 2334 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_year",schemaname="public"} 111 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_comm_templates",schemaname="public"} 555 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_email_template",schemaname="public"} 1049 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 141263 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_app_schema",schemaname="public"} 135815 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_audit_config",schemaname="public"} 163982 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_audit_log",schemaname="public"} 3.70812e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 4078 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_log",schemaname="public"} 47 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 8237 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit",schemaname="public"} 4.08818153e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 35329 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_city",schemaname="public"} 30585 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_client",schemaname="public"} 13073 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_country",schemaname="public"} 82745 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_currency",schemaname="public"} 16541 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_doctype",schemaname="public"} 1.817351e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_file",schemaname="public"} 288 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_import_template",schemaname="public"} 3889 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 61 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integration_scope",schemaname="public"} 242 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integrations",schemaname="public"} 650 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 12 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_menu_schema",schemaname="public"} 7980 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 9161 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_module",schemaname="public"} 63948 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 846 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_paymentterm",schemaname="public"} 158 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process",schemaname="public"} 144392 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_access",schemaname="public"} 54049 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_run",schemaname="public"} 900446 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_schema",schemaname="public"} 83461 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_window_access",schemaname="public"} 106 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 481 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_reference_schema",schemaname="public"} 20960 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_region",schemaname="public"} 1.094424e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_releases",schemaname="public"} 487 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_report",schemaname="public"} 43295 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_report_access",schemaname="public"} 349850 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_report_schema",schemaname="public"} 373824 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_reportschedule",schemaname="public"} 29 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_role",schemaname="public"} 55333 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_sequence",schemaname="public"} 443605 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_system_preferences",schemaname="public"} 42814 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_table_schema",schemaname="public"} 321356 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_tax",schemaname="public"} 256546 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_tax_acct",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 16 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_uom",schemaname="public"} 71290 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user",schemaname="public"} 4.3902914e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_access",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 21 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_bunit",schemaname="public"} 94 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_meta",schemaname="public"} 16407 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_webhooks",schemaname="public"} 6 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window",schemaname="public"} 3.399181e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window_access",schemaname="public"} 857263 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window_schema",schemaname="public"} 992504 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_events",schemaname="public"} 1571 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow",schemaname="public"} 5322 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 9507 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 3185 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 1147 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 11 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 331595 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 13010 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 3794 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_configurations",schemaname="public"} 3531 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_customer_config",schemaname="public"} 106 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 21 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 48 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 13020 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 39 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 713892 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 9 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 130337 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 2779 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 41 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 479 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 13020 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 25952 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 70390 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 50 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 1110 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_config",schemaname="public"} 13020 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1317 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_log",schemaname="public"} 10 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 8 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 25961 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 28 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_saletype",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 69107 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 469177 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till",schemaname="public"} 6.624913e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 9 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 45412 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 564364 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcash",schemaname="public"} 68107 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 9 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 34334 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 8039 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_wallet",schemaname="public"} 4950 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 54 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 8 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 2129 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="email_source",schemaname="public"} 1069 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset",schemaname="public"} 2423 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_class",schemaname="public"} 399 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 114 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 16 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_type",schemaname="public"} 5 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 750 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 427 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_account",schemaname="public"} 5.110082e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_account_category",schemaname="public"} 15042 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config",schemaname="public"} 2661 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 12 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 14 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_calendar",schemaname="public"} 3.6764441e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_calendar_year",schemaname="public"} 1104 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expcategory",schemaname="public"} 281357 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expvoucher",schemaname="public"} 47365 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 7640 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1.695355e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 408817 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 166 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 12 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_journal",schemaname="public"} 92846 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_journalline",schemaname="public"} 2866 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ledger_details",schemaname="public"} 56 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_customer",schemaname="public"} 571 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 14795 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 339 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 887 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 2406 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 244482 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 222 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 41550 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 27443 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment",schemaname="public"} 59776 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentline",schemaname="public"} 507 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 290307 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentplan",schemaname="public"} 1575 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_control",schemaname="public"} 467327 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receipt",schemaname="public"} 2.186106e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptline",schemaname="public"} 764870 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptplan",schemaname="public"} 2.716779e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.034657e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 70 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_transactions",schemaname="public"} 62683 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="hsncode",schemaname="public"} 4.474014e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch",schemaname="public"} 2.61636813e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch_group",schemaname="public"} 2.28733e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch_sequence",schemaname="public"} 447 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 18 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_costing_log",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_costing_preferences",schemaname="public"} 11 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory",schemaname="public"} 1.863036e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_config",schemaname="public"} 40176 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_issue",schemaname="public"} 720 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 68 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 104 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 10 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventoryline",schemaname="public"} 4.4319696e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_movement",schemaname="public"} 11614 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_movementline",schemaname="public"} 25 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_approval",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 53 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricingrule",schemaname="public"} 64317 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product",schemaname="public"} 3.73805485e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_category",schemaname="public"} 2.704955e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt",schemaname="public"} 1.999081e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 5052 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 86 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1234 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_meta",schemaname="public"} 5 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receiptline",schemaname="public"} 1.013184e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_shipment",schemaname="public"} 3.7747092e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_shipmentline",schemaname="public"} 7.3463085e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_stock",schemaname="public"} 1.75450573e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_storagebin",schemaname="public"} 1.03072525e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_supplier_product",schemaname="public"} 132484 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transaction",schemaname="public"} 6.126178847e+09 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferissue",schemaname="public"} 301556 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferissue_line",schemaname="public"} 133548 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferorder",schemaname="public"} 974543 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferorder_line",schemaname="public"} 317267 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferreceipt",schemaname="public"} 174911 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 63715 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferrequest",schemaname="public"} 652536 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 75524 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_unitcost",schemaname="public"} 110851 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_warehouse",schemaname="public"} 1.58249062e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 4031 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_window_designer",schemaname="public"} 54 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="otp_audit_log",schemaname="public"} 111 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_inv_settlement",schemaname="public"} 28 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoice",schemaname="public"} 486584 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoiceline",schemaname="public"} 102932 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoicetax",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_order",schemaname="public"} 2.037468e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_orderline",schemaname="public"} 922155 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_productprice",schemaname="public"} 1001 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_requisition",schemaname="public"} 189601 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_requisition_line",schemaname="public"} 57708 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier",schemaname="public"} 6.665031e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_address",schemaname="public"} 2.185514e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_category",schemaname="public"} 2.611303e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_contact",schemaname="public"} 454 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_credit",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 96 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 34 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_job_details",schemaname="public"} 14198 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_triggers",schemaname="public"} 9329 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer",schemaname="public"} 2.0398308e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_address",schemaname="public"} 1.1659951e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_category",schemaname="public"} 8557 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_credit",schemaname="public"} 907 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_inv_settlement",schemaname="public"} 363 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 56 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoice",schemaname="public"} 4.8379015e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.32172049e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 6.724911e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoicetax",schemaname="public"} 7 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order",schemaname="public"} 1.22510566e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_amendment",schemaname="public"} 158383 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 8603 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_meta",schemaname="public"} 337752 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_orderline",schemaname="public"} 6.0714175e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 9 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_orderlinetax",schemaname="public"} 198 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_ordertax",schemaname="public"} 4 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_pricelist",schemaname="public"} 12812 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_productprice",schemaname="public"} 1.06894145e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_productprice_history",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_salesrep",schemaname="public"} 1.9525134e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_reservation",schemaname="public"} 4642 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_index_size_bytes Total disk space used by this index, in bytes # TYPE pg_stat_user_tables_index_size_bytes gauge pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="api_key",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer",schemaname="public"} 1.13270784e+08 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer_address",schemaname="public"} 2.8852224e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 1.2673024e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="brand",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="c_region",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_event_store",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_receipts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_social_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_airticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_candidate_document",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_claim_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_competency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_course_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_department",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_dept_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_address",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_documents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_personal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_punch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 319488 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_salary",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_empid_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_expense_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_expense_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_formula",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_holiday",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_holiday_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_id_classification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_id_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_incentive",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_offer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_requisition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_pg",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_la_yos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_leave_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_letter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_letter_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_source",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loan_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_management_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_manager_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nationality",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ot_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pay_component",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payslab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payslip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payslip_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_period",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_responsibilities",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_scorecard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_section_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_days",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_sr_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_st_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_st_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tax_regime",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tds_hra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tds_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tdsline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_team_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_tour_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_visa_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_weekends",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_weeknumber",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_wfh_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_work_location",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_year",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cprf_set_scores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_camp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_comm_templates",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_email_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_seglist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_segment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_social_postline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_stream",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alert",schemaname="public"} 7.061504e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_api_key",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_app_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_app_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_approval_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_audit_config",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.24444672e+08 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_batch_log",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 638976 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_batch_register",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_bunit",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_bunit_location",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_city",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_client",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_client_applications",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_client_apps",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_compliance_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_country",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_coupon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_currency",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_data_load_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_datasource",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_doctype",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_doctype_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_event_alerts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_favourites",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_file",schemaname="public"} 630784 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_import_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integrations",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_integrations_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_language",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_license_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_master_data_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_menu",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_menu_group",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_menu_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_messages",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_mobile_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_module",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_nearbystores",schemaname="public"} 409600 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 65536 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_log",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_permission_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_print_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_access",schemaname="public"} 999424 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_log",schemaname="public"} 1.6031744e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_parameter",schemaname="public"} 1.2288e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_run",schemaname="public"} 1.7842176e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_schema",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_window",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_window_access",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_producttour_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_producttour_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_promotion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_receipt_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_reference_schema",schemaname="public"} 188416 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_refresh_token",schemaname="public"} 1.2288e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_region",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_releases",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_releases_history",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_report",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_report_access",schemaname="public"} 417792 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_report_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_report_schema",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_reportschedule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_returnreason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_role",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_role_application",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_security_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_sequence",schemaname="public"} 319488 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_shift_definition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 303104 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_system_preferences",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_table_schema",schemaname="public"} 294912 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_task",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_tax_acct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_access",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 1.277952e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_bunit",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_device",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_division_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_locale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_meta",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_mfa",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_preference",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_session",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_views",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_webhook",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_webhooks",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_access",schemaname="public"} 688128 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_process",schemaname="public"} 73728 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_window_schema",schemaname="public"} 163840 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cw_auth_token",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_company_city",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_order_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_store_timings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_events",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 368640 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 188416 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwp_idea",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwp_milestone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_assurance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_collection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_collection_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_collection_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_control_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_inspection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_parameters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwq_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 311296 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_configurations",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_customer_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_customer_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_customer_login",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_table",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_gift_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_giftcard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 1.875968e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_mystore",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 139264 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 1.4557184e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 2.768896e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_log",schemaname="public"} 1.3115392e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_recipe",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_saletype",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_sevent",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 294912 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 335872 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_discount",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 8.904704e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.14688e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 311296 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcash",schemaname="public"} 4.7104e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 2.49856e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 4.694016e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_wallet",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cws_ticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cww_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwx_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_channel_frames",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_player_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_players",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_playlist_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_playlists",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_schedules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ds_tray_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="email_source",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_audit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_class",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_registration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_asset_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_loc_building",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_loc_floor",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_loc_room",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_account",schemaname="public"} 303104 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_account_category",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_adv_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ammortization",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_bank_connector",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_calendar_year",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_cash_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_dimension_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expvoucher",schemaname="public"} 155648 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 122880 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_financial_acct",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 425984 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_isd_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_journal",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_journalline",schemaname="public"} 630784 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ledger",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ledger_details",schemaname="public"} 2.3158784e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_customer",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 139264 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_paymentline",schemaname="public"} 73728 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_paymentplan",schemaname="public"} 253952 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_control",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_periodline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pnl_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receipt",schemaname="public"} 7.528448e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptline",schemaname="public"} 1.6326656e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptplan",schemaname="public"} 8.626176e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 7.774208e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_transactions",schemaname="public"} 4.01408e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="flyway_schema_history",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="hsncode",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_gatepass",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_provider",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_route_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_task",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_task_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_vehicle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="line_tab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="list_contacts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_addon_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_attribute_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_attribute_value",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_batch",schemaname="public"} 1.564672e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_batch_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_batch_group",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_batch_sequence",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_bom_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_categories_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_costing_log",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_costing_preferences",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_coupon_provider",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_coupon_sales",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_custom_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_internal_consumption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_config",schemaname="public"} 581632 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_issue",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventoryline",schemaname="public"} 2.842624e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_issue_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_material_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_movement",schemaname="public"} 155648 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_movementline",schemaname="public"} 434176 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_approval",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_brand",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_customer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_formula",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricingrule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product",schemaname="public"} 1.548288e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_bom",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_category",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_category_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_category_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_divisions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_group",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_images",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_purchase",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt",schemaname="public"} 196608 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 122880 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_meta",schemaname="public"} 360448 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receiptline",schemaname="public"} 2.21184e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 458752 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipttax",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_replenishment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_replenishment_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_rfid_tag",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_shipment",schemaname="public"} 7.831552e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_shipment_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_shipment_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_shipmentline",schemaname="public"} 1.060864e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_slowmover",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_stock",schemaname="public"} 2.8188672e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_stock_count",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_stockdetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_storage_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_storagebin",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_supplier_product",schemaname="public"} 1.974272e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_tracker",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_trackertype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transaction",schemaname="public"} 4.9446912e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transactioncost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transactiondetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferissue",schemaname="public"} 196608 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferissue_line",schemaname="public"} 581632 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferorder",schemaname="public"} 139264 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferorder_line",schemaname="public"} 942080 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 327680 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferreceipt",schemaname="public"} 122880 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 598016 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferrequest",schemaname="public"} 147456 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 933888 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_tray",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_tray_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_unitcost",schemaname="public"} 8.544256e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_unitcost_history",schemaname="public"} 8.634368e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_visibility_brand",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_visibility_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_visibility_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_visibility_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_wa_costing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_wa_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_warehouse",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_warehouse_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_warranty_claims",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_warranty_master",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_wastage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_wastage_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="multitabchecking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="myonlytest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_report_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ntn_window_designer",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_drivers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_taskline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ofd_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="orders",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="otp_audit_log",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_inv_settlement",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoice",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoiceline",schemaname="public"} 1.138688e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.171456e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoicetax",schemaname="public"} 270336 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_lc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_order",schemaname="public"} 163840 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_order_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_orderline",schemaname="public"} 2.359296e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_orderlinetax",schemaname="public"} 2.392064e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_ordertax",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_price_variance",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_pricelist",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_productprice",schemaname="public"} 5.81632e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_productprice_history",schemaname="public"} 557056 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_requisition",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_requisition_line",schemaname="public"} 2.523136e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_rfqlines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_address",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_category",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_contact",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_credit",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workorder_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_configuration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design_availability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_project_manager",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_project_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_ref_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_rel_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_skill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pm_user_skill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_flock",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_machine",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_pullout",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_ioproduct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_production_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_production_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_job_details",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_locks",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="qrtz_triggers",schemaname="public"} 212992 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_business_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_address",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_category_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_contact",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_credit",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_creditline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_estimate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_industry_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_inv_settlement",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoice",schemaname="public"} 1.3647872e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoice_integration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoice_meta",schemaname="public"} 483328 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline",schemaname="public"} 8.953856e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 1.5499264e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoicetax",schemaname="public"} 6.26688e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_images",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_part",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_services",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order",schemaname="public"} 2.1725184e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment",schemaname="public"} 638976 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 663552 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 2.58048e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 647168 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_meta",schemaname="public"} 3.244032e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderline",schemaname="public"} 1.2017664e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderline_meta",schemaname="public"} 1.073152e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 1.179648e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderlinetax",schemaname="public"} 3.694592e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_ordertax",schemaname="public"} 3.203072e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_packingslip_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_pfinvoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_pricelist",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_pricing_formula",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_productprice",schemaname="public"} 9.576448e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_productprice_history",schemaname="public"} 3.383296e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_route_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_route_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_salesrep",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_bill",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_bill_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_location",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_movement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_request",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_service_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_subscription_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_subscription_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_subscription_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_survey_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_target",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_technician",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_trade_in",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="seg_criteria",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_categories_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_forms",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_forms_schema",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_menu",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_menu_title",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_pages",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_posts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_seo_metadata",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="site_tags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_device",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_eas_gate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_fitting_room",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_location_users",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_reference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_reference_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_scan_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_scan_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_tag_meta",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_tray",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_tray_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="sr_tray_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="subline_tab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="test_table",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_aisle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_associated_equipment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_bin_capacity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_entity_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_exception_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_operations",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_rack",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_reservation",schemaname="public"} 278528 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_routing_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_task_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="webinar_settings",schemaname="public"} 8192 # 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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer",schemaname="public"} 1.778415726e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1.77498927e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 1.778838951e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_import_staging",schemaname="public"} 1.774986028e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="brand",schemaname="public"} 1.775554534e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 1.778058505e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 1.778058505e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 1.778735592e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_salary",schemaname="public"} 1.778735592e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee",schemaname="public"} 1.778735592e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 1.777283669e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_weeknumber",schemaname="public"} 1.774939506e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alert",schemaname="public"} 1.778070089e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_app_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.778406542e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 1.778246902e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_batch_log",schemaname="public"} 1.778923881e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 1.778837811e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit",schemaname="public"} 1.778236882e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 1.774982606e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 1.778949282e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_file",schemaname="public"} 1.778938045e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_import_template",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_menu_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 1.778950483e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_log",schemaname="public"} 1.77497678e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_set",schemaname="public"} 1.777898178e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_access",schemaname="public"} 1.777880954e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_log",schemaname="public"} 1.778767054e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_parameter",schemaname="public"} 1.778915419e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_run",schemaname="public"} 1.778828569e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 1.778608154e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_reference_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_refresh_token",schemaname="public"} 1.778672924e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_releases",schemaname="public"} 1.778779957e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_releases_history",schemaname="public"} 1.778779957e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_report",schemaname="public"} 1.778046983e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_report_access",schemaname="public"} 1.777964447e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_report_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_role",schemaname="public"} 1.777960366e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_role_application",schemaname="public"} 1.777993854e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_sequence",schemaname="public"} 1.778773295e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 1.778751796e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_table_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user",schemaname="public"} 1.775723332e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_access",schemaname="public"} 1.774975939e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 1.778765075e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1.776929431e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_meta",schemaname="public"} 1.778945366e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_access",schemaname="public"} 1.776859918e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 1.778925802e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1.778935764e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 1.778922441e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 1.77891848e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 1.778949462e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 1.778592671e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 1.778751916e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 1.778648378e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 1.775193643e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 1.778747175e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 1.778668183e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 1.778926582e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_config",schemaname="public"} 1.776966999e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1.778950062e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_log",schemaname="public"} 1.77883163e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 1.778825027e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 1.775193583e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 1.778928862e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 1.778861997e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till",schemaname="public"} 1.778948067e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 1.775024499e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 1.778742854e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.778940565e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 1.778770895e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash",schemaname="public"} 1.778688108e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.778602753e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.778603413e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 1.778688408e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 1.77891926e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_wallet",schemaname="public"} 1.778854735e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 1.778853955e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 1.778958765e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_account",schemaname="public"} 1.776336601e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_week",schemaname="public"} 1.77494795e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expcategory",schemaname="public"} 1.775627596e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expvoucher",schemaname="public"} 1.778932403e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1.778912719e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 1.778925742e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1.775192803e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1.778943986e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 1.778840031e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_journal",schemaname="public"} 1.778822987e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_journalline",schemaname="public"} 1.778151647e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ledger_details",schemaname="public"} 1.778761894e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1.778504493e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 1.778224382e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 1.778218081e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.776347703e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1.778829708e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 1.778908218e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 1.777901358e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1.775143203e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 1.778937804e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment",schemaname="public"} 1.778938345e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_paymentline",schemaname="public"} 1.7786563e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_paymentplan",schemaname="public"} 1.778852574e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 1.778063967e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_period_control",schemaname="public"} 1.77494801e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receipt",schemaname="public"} 1.778935285e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptline",schemaname="public"} 1.778838651e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1.778854856e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.778596872e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 1.778929522e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_transactions",schemaname="public"} 1.778940026e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch",schemaname="public"} 1.778661822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory",schemaname="public"} 1.778583188e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_config",schemaname="public"} 1.774973119e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_issue",schemaname="public"} 1.778867819e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 1.777707936e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventoryline",schemaname="public"} 1.777756202e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_movement",schemaname="public"} 1.778926702e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_movementline",schemaname="public"} 1.778486669e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product",schemaname="public"} 1.777702116e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_category",schemaname="public"} 1.775232352e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt",schemaname="public"} 1.778955584e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 1.778937204e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 1.778938164e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 1.778937204e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1.778938044e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1.778924001e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_meta",schemaname="public"} 1.778824007e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receiptline",schemaname="public"} 1.77891776e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 1.778924001e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipttax",schemaname="public"} 1.778947587e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_shipment",schemaname="public"} 1.778941947e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_shipmentline",schemaname="public"} 1.778924062e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_stock",schemaname="public"} 1.778682887e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_storagebin",schemaname="public"} 1.775136121e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_supplier_product",schemaname="public"} 1.778942486e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transaction",schemaname="public"} 1.778658581e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferissue",schemaname="public"} 1.778931083e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1.778843332e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferorder",schemaname="public"} 1.778929342e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferorder_line",schemaname="public"} 1.778752636e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 1.77832702e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1.778931803e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1.778338724e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferrequest",schemaname="public"} 1.778854195e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 1.77865774e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_unitcost",schemaname="public"} 1.775030681e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_unitcost_history",schemaname="public"} 1.775030682e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_warehouse",schemaname="public"} 1.7749763e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 1.778577067e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer",schemaname="public"} 1.778577547e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_window_designer",schemaname="public"} 1.776142699e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="otp_audit_log",schemaname="public"} 1.778502213e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoice",schemaname="public"} 1.778937925e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoiceline",schemaname="public"} 1.778920041e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 1.777984732e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.778937505e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoicetax",schemaname="public"} 1.778937504e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_order",schemaname="public"} 1.778954444e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_orderline",schemaname="public"} 1.778939786e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_orderlinetax",schemaname="public"} 1.778954444e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_ordertax",schemaname="public"} 1.778954444e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_productprice_history",schemaname="public"} 1.778765494e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_requisition",schemaname="public"} 1.778942486e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_requisition_line",schemaname="public"} 1.77891632e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier",schemaname="public"} 1.778136464e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_address",schemaname="public"} 1.778065287e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_contact",schemaname="public"} 1.778136464e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_credit",schemaname="public"} 1.778493391e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 1.778938225e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1.778956244e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 1.778959845e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_triggers",schemaname="public"} 1.778934624e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer",schemaname="public"} 1.778856115e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_address",schemaname="public"} 1.778945726e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_credit",schemaname="public"} 1.778942066e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_creditline",schemaname="public"} 1.778942426e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_inv_settlement",schemaname="public"} 1.778942426e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 1.778942906e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoice",schemaname="public"} 1.778940206e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoice_meta",schemaname="public"} 1.778396878e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.778663623e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 1.778566084e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 1.778666322e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoicetax",schemaname="public"} 1.778932043e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order",schemaname="public"} 1.778934145e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 1.777553837e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment",schemaname="public"} 1.778756237e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 1.778231585e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1.778231586e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 1.778232784e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 1.778915659e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_meta",schemaname="public"} 1.778927603e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderline",schemaname="public"} 1.778926343e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderline_meta",schemaname="public"} 1.778566204e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 1.778687747e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1.778906712e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_ordertax",schemaname="public"} 1.7789159e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_productprice",schemaname="public"} 1.777033823e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_productprice_history",schemaname="public"} 1.778925862e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_salesrep",schemaname="public"} 1.776608025e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_reservation",schemaname="public"} 1.778750595e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer",schemaname="public"} 1.775126578e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1.77498927e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 1.778593991e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_import_staging",schemaname="public"} 1.774986028e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 1.778058505e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 1.778735592e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_app_schema",schemaname="public"} 1.778779957e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.778830504e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_batch_log",schemaname="public"} 1.778233324e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 1.778232004e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_bunit",schemaname="public"} 1.778236882e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_file",schemaname="public"} 1.778327501e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_import_template",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_menu_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 1.776852237e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_access",schemaname="public"} 1.774975639e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_log",schemaname="public"} 1.778663682e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_parameter",schemaname="public"} 1.778485229e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_run",schemaname="public"} 1.778256086e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_reference_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_refresh_token",schemaname="public"} 1.77823682e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_releases",schemaname="public"} 1.776366128e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_report_access",schemaname="public"} 1.776859978e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_report_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_role",schemaname="public"} 1.777963547e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 1.777874473e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_table_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_access",schemaname="public"} 1.774975999e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 1.778301395e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1.775557774e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_window_access",schemaname="public"} 1.776859918e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_window_schema",schemaname="public"} 1.778855935e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 1.777700854e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1.777365243e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 1.777355203e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 1.77790982e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 1.778942426e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 1.775193643e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 1.77501802e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 1.778157288e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 1.776178962e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1.778948667e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_log",schemaname="public"} 1.778333803e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 1.777360862e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 1.777533355e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till",schemaname="public"} 1.778598192e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 1.775024499e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 1.778242461e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.778750115e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 1.777452159e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash",schemaname="public"} 1.778170913e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.778514395e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.778949522e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 1.778862117e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 1.778958525e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_account",schemaname="public"} 1.776336601e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expcategory",schemaname="public"} 1.775627656e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expvoucher",schemaname="public"} 1.778932403e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1.778848853e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1.778651799e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 1.778485109e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_journal",schemaname="public"} 1.778577667e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_journalline",schemaname="public"} 1.777549936e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ledger_details",schemaname="public"} 1.778938287e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1.777491827e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 1.778095475e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 1.778215861e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentplan",schemaname="public"} 1.778922261e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receipt",schemaname="public"} 1.778940446e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptline",schemaname="public"} 1.778506354e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1.778575627e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.778405581e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_transactions",schemaname="public"} 1.778840092e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch",schemaname="public"} 1.775053095e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory",schemaname="public"} 1.778583188e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_config",schemaname="public"} 1.774973119e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventoryline",schemaname="public"} 1.776848938e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_movement",schemaname="public"} 1.777714897e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_movementline",schemaname="public"} 1.777208521e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product",schemaname="public"} 1.774994369e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_category",schemaname="public"} 1.775232412e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt",schemaname="public"} 1.778937924e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 1.77883499e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1.778664642e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_meta",schemaname="public"} 1.777905979e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receiptline",schemaname="public"} 1.778756537e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 1.778848493e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipttax",schemaname="public"} 1.778944286e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_shipment",schemaname="public"} 1.778959845e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_shipmentline",schemaname="public"} 1.778595131e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_stock",schemaname="public"} 1.777887976e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_supplier_product",schemaname="public"} 1.778578147e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transaction",schemaname="public"} 1.777756205e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferissue",schemaname="public"} 1.777451919e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1.777380307e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferorder",schemaname="public"} 1.778502393e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferorder_line",schemaname="public"} 1.778750595e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 1.778309316e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1.778421247e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1.776843597e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferrequest",schemaname="public"} 1.778317538e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 1.778502453e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_unitcost",schemaname="public"} 1.7750305e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_unitcost_history",schemaname="public"} 1.7750305e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_warehouse",schemaname="public"} 1.77497636e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 1.778577067e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoice",schemaname="public"} 1.778937925e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoiceline",schemaname="public"} 1.778764894e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 1.777574841e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.778757557e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoicetax",schemaname="public"} 1.778930543e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_order",schemaname="public"} 1.778942486e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_orderline",schemaname="public"} 1.778676885e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_orderlinetax",schemaname="public"} 1.778908938e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_ordertax",schemaname="public"} 1.778954444e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_requisition",schemaname="public"} 1.77858931e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_requisition_line",schemaname="public"} 1.778755097e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_address",schemaname="public"} 1.775795066e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 1.778707806e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1.778941826e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 1.778959725e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_triggers",schemaname="public"} 1.778945427e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer",schemaname="public"} 1.77824042e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_address",schemaname="public"} 1.778514635e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoice",schemaname="public"} 1.778779838e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoice_meta",schemaname="public"} 1.778396878e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.778325581e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 1.778757498e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoicetax",schemaname="public"} 1.778663262e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order",schemaname="public"} 1.778671785e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment",schemaname="public"} 1.778232664e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 1.778172352e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1.778173132e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 1.778172532e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_meta",schemaname="public"} 1.778840751e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderline",schemaname="public"} 1.778393638e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderline_meta",schemaname="public"} 1.778599692e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 1.77848943e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1.77816389e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_ordertax",schemaname="public"} 1.778844112e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_productprice",schemaname="public"} 1.776145535e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_productprice_history",schemaname="public"} 1.777808413e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_salesrep",schemaname="public"} 1.774989448e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_reservation",schemaname="public"} 1.777895957e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="api_key",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_customer",schemaname="public"} 20273 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_customer_address",schemaname="public"} 3111 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 730 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_import_staging",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="brand",schemaname="public"} 103 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 17 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_salary",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee",schemaname="public"} 137 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 51 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_work_location",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_year",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_comm_templates",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_email_template",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_alert",schemaname="public"} 227 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_app_access",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_app_schema",schemaname="public"} 17 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_audit_log",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_batch_log",schemaname="public"} 40 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 715 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_bunit",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_bunit_location",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_client_apps",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_doctype",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_doctype_template",schemaname="public"} 17 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_file",schemaname="public"} 40 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 38 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_set",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_access",schemaname="public"} 281 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_log",schemaname="public"} 295 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_parameter",schemaname="public"} 35 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_run",schemaname="public"} 2082 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_window_access",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 26 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_refresh_token",schemaname="public"} 30 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_region",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_releases",schemaname="public"} 37 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_report",schemaname="public"} 29 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_report_access",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_reportschedule",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_role",schemaname="public"} 18 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_role_application",schemaname="public"} 35 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_sequence",schemaname="public"} 417 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_system_preferences",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_tax_acct",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user",schemaname="public"} 43 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_access",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_bunit",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_meta",schemaname="public"} 50 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_access",schemaname="public"} 298 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_process",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 308 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 190 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 170 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 62 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_customer_config",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 170 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 76 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_config",schemaname="public"} 31 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 490 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 429 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_discount",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till",schemaname="public"} 55 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 774 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1157 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcash",schemaname="public"} 342 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 27 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 25 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_class",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_account",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expcategory",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expvoucher",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 192 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 42 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_financial_acct",schemaname="public"} 221 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 273 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_journal",schemaname="public"} 119 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_journalline",schemaname="public"} 695 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ledger_details",schemaname="public"} 110 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_customer",schemaname="public"} 23 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 88 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 63 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 146 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 78 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment",schemaname="public"} 124 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentline",schemaname="public"} 37 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentplan",schemaname="public"} 31 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 24 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_period_control",schemaname="public"} 33 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receipt",schemaname="public"} 1510 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptline",schemaname="public"} 4004 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptplan",schemaname="public"} 4951 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 185 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_transactions",schemaname="public"} 1416 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_batch",schemaname="public"} 10647 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_batch_group",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_batch_sequence",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_costing_preferences",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_config",schemaname="public"} 157 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_issue",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventoryline",schemaname="public"} 10361 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_movement",schemaname="public"} 104 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_movementline",schemaname="public"} 167 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_approval",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricingrule",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product",schemaname="public"} 3423 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_category",schemaname="public"} 23 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt",schemaname="public"} 172 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 25 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 280 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receiptline",schemaname="public"} 4713 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 238 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipttax",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_shipmentline",schemaname="public"} 132 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_stock",schemaname="public"} 8326 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_storagebin",schemaname="public"} 43 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_supplier_product",schemaname="public"} 1411 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transaction",schemaname="public"} 180 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferissue",schemaname="public"} 257 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferissue_line",schemaname="public"} 491 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferorder",schemaname="public"} 213 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferorder_line",schemaname="public"} 113 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferreceipt",schemaname="public"} 190 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 157 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferrequest",schemaname="public"} 93 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 218 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_unitcost",schemaname="public"} 68 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warehouse",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_window_designer",schemaname="public"} 26 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="otp_audit_log",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoice",schemaname="public"} 61 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoiceline",schemaname="public"} 650 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 683 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoicetax",schemaname="public"} 499 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_order",schemaname="public"} 136 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_orderline",schemaname="public"} 5112 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_orderlinetax",schemaname="public"} 115 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_price_variance",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_pricelist",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_productprice",schemaname="public"} 723 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_requisition",schemaname="public"} 188 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_requisition_line",schemaname="public"} 2007 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier",schemaname="public"} 216 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_address",schemaname="public"} 198 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_contact",schemaname="public"} 93 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_credit",schemaname="public"} 38 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 38 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_job_details",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 56 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_triggers",schemaname="public"} 26 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer",schemaname="public"} 63 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_address",schemaname="public"} 155 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_category",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_credit",schemaname="public"} 43 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_creditline",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_inv_settlement",schemaname="public"} 22 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoice",schemaname="public"} 5516 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoiceline",schemaname="public"} 320 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 21 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 314 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoicetax",schemaname="public"} 6159 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order",schemaname="public"} 5421 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment",schemaname="public"} 556 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 298 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_meta",schemaname="public"} 172 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderline",schemaname="public"} 735 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1305 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_ordertax",schemaname="public"} 2195 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_pricelist",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_productprice",schemaname="public"} 1738 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_salesrep",schemaname="public"} 33 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_reservation",schemaname="public"} 322 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="kwc",relname="api_key",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_customer",schemaname="public"} 373021 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_customer_address",schemaname="public"} 373018 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 166575 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_import_staging",schemaname="public"} 349830 pg_stat_user_tables_n_live_tup{datname="kwc",relname="brand",schemaname="public"} 341 pg_stat_user_tables_n_live_tup{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 50 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 822 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 4261 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_salary",schemaname="public"} 410 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee",schemaname="public"} 458 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_formula",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pay_component",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_period",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_template",schemaname="public"} 30 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 240 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_weeknumber",schemaname="public"} 53 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_year",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_comm_templates",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_email_template",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alert",schemaname="public"} 82594 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 268 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_app_access",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_app_schema",schemaname="public"} 23 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.456253e+06 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_log",schemaname="public"} 557 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 8280 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_register",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit",schemaname="public"} 93 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit_location",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 130 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 243 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_client_apps",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_doctype",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_doctype_template",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_file",schemaname="public"} 8499 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_import_template",schemaname="public"} 76 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_menu_schema",schemaname="public"} 71 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 332 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 645 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_log",schemaname="public"} 140 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_set",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_access",schemaname="public"} 2230 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_log",schemaname="public"} 208520 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_parameter",schemaname="public"} 15957 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_run",schemaname="public"} 112936 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_schema",schemaname="public"} 376 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_window",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_window_access",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_reference_schema",schemaname="public"} 717 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_refresh_token",schemaname="public"} 16587 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_releases",schemaname="public"} 299 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_releases_history",schemaname="public"} 1123 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_report",schemaname="public"} 461 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_report_access",schemaname="public"} 1111 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_report_schema",schemaname="public"} 442 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_reportschedule",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_role",schemaname="public"} 29 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_role_application",schemaname="public"} 68 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_sequence",schemaname="public"} 3987 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 3849 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_system_preferences",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_table_schema",schemaname="public"} 1466 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_tax",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_tax_acct",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_taxcategory",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user",schemaname="public"} 131 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_access",schemaname="public"} 130 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 16872 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1957 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_meta",schemaname="public"} 110 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_mfa",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_preference",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_views",schemaname="public"} 13 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_webhooks",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window_access",schemaname="public"} 1863 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window_process",schemaname="public"} 13 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window_schema",schemaname="public"} 805 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_events",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 4424 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 2184 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 1146 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 2180 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 3803 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_configurations",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 23170 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 219 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 243 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 1173 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 43265 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 37323 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 581 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_config",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_log",schemaname="public"} 172488 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 1169 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 3206 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 4076 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_discount",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till",schemaname="public"} 78 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 306 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 114525 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 14683 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 4357 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash",schemaname="public"} 60387 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 34182 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 60074 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 1218 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 559 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet",schemaname="public"} 514 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 969 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="email_source",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_class",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 1440 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 13 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 13 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_type",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_account",schemaname="public"} 1124 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 17 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar_week",schemaname="public"} 371 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar_year",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expcategory",schemaname="public"} 62 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expvoucher",schemaname="public"} 930 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1544 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 996 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1199 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1200 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 5398 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_journal",schemaname="public"} 502 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_journalline",schemaname="public"} 6469 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ledger_details",schemaname="public"} 298241 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_customer",schemaname="public"} 604 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 601 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 916 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 142 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 426 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 1014 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 74 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 900 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 1439 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment",schemaname="public"} 605 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentline",schemaname="public"} 682 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentplan",schemaname="public"} 2562 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 99 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_period_control",schemaname="public"} 84 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receipt",schemaname="public"} 39630 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptline",schemaname="public"} 39619 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptplan",schemaname="public"} 37687 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 39097 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 139 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_transactions",schemaname="public"} 50808 pg_stat_user_tables_n_live_tup{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="hsncode",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="kwc",relname="increment_no",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_task",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch",schemaname="public"} 129558 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_costing_log",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_costing_preferences",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory",schemaname="public"} 237 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_config",schemaname="public"} 6228 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_issue",schemaname="public"} 53 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 61 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventoryline",schemaname="public"} 107206 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_movement",schemaname="public"} 1748 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_movementline",schemaname="public"} 5100 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricingrule",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product",schemaname="public"} 43337 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_category",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt",schemaname="public"} 2028 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 240 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 235 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 2105 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 143 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1266 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_meta",schemaname="public"} 4602 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receiptline",schemaname="public"} 26545 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 5501 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipttax",schemaname="public"} 441 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_shipment",schemaname="public"} 37647 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_shipmentline",schemaname="public"} 42209 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_stock",schemaname="public"} 140935 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_storagebin",schemaname="public"} 336 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_supplier_product",schemaname="public"} 9328 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transaction",schemaname="public"} 195496 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferissue",schemaname="public"} 1287 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferissue_line",schemaname="public"} 2637 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferorder",schemaname="public"} 1438 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferorder_line",schemaname="public"} 4249 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 4185 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1284 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 2623 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferrequest",schemaname="public"} 1459 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 4220 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_unitcost",schemaname="public"} 110439 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_unitcost_history",schemaname="public"} 110592 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_warehouse",schemaname="public"} 89 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 72 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer",schemaname="public"} 66 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_window_designer",schemaname="public"} 81 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="otp_audit_log",schemaname="public"} 524 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_inv_settlement",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoice",schemaname="public"} 1880 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoiceline",schemaname="public"} 13625 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 612 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 14689 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoicetax",schemaname="public"} 2323 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_order",schemaname="public"} 1546 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_orderline",schemaname="public"} 29732 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_orderlinetax",schemaname="public"} 30938 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_ordertax",schemaname="public"} 1831 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_pricelist",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_productprice",schemaname="public"} 2955 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_productprice_history",schemaname="public"} 971 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_requisition",schemaname="public"} 1160 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_requisition_line",schemaname="public"} 31950 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier",schemaname="public"} 929 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_address",schemaname="public"} 1045 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_contact",schemaname="public"} 929 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_credit",schemaname="public"} 441 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_job_details",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="qrtz_triggers",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer",schemaname="public"} 604 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_address",schemaname="public"} 706 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_contact",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_credit",schemaname="public"} 571 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_creditline",schemaname="public"} 106 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_inv_settlement",schemaname="public"} 106 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 212 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoice",schemaname="public"} 37716 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoice_meta",schemaname="public"} 5847 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoiceline",schemaname="public"} 45014 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 76 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 89033 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoicetax",schemaname="public"} 75148 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order",schemaname="public"} 37853 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 75 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment",schemaname="public"} 8852 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 8834 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 35379 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 8733 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 142 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_meta",schemaname="public"} 186225 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderline",schemaname="public"} 45347 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderline_meta",schemaname="public"} 14173 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 14812 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderlinetax",schemaname="public"} 45766 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_ordertax",schemaname="public"} 38137 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_productprice",schemaname="public"} 49714 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_productprice_history",schemaname="public"} 1647 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_salesrep",schemaname="public"} 458 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="v_qtyonhand",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="v_taxamt",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_reservation",schemaname="public"} 2996 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="api_key",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer",schemaname="public"} 16456 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer_address",schemaname="public"} 28650 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 8402 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_import_staging",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="brand",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee",schemaname="public"} 31 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_formula",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pay_component",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_period",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_template",schemaname="public"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_work_location",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_year",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_comm_templates",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_email_template",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alert",schemaname="public"} 1097 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_access",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_audit_log",schemaname="public"} 111902 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_log",schemaname="public"} 31 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 386 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_register",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit_location",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_client_apps",schemaname="public"} 38 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_doctype",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_doctype_template",schemaname="public"} 52 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_file",schemaname="public"} 52 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_log",schemaname="public"} 51 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_set",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_access",schemaname="public"} 78 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_log",schemaname="public"} 6948 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_parameter",schemaname="public"} 376 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_run",schemaname="public"} 7289 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_window",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_window_access",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_refresh_token",schemaname="public"} 1115 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_region",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_releases",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_releases_history",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report",schemaname="public"} 29 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report_access",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_reportschedule",schemaname="public"} 34 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_role",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_role_application",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_sequence",schemaname="public"} 199 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_system_preferences",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tax",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tax_acct",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_taxcategory",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user",schemaname="public"} 41 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_access",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 774 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_bunit",schemaname="public"} 115 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_meta",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_mfa",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_preference",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_views",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_webhooks",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_access",schemaname="public"} 207 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_process",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_events",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 162 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 80 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_configurations",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_customer_config",schemaname="public"} 29 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 1945 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 33 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 84 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 52 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 2710 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_config",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_log",schemaname="public"} 6272 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 47 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 75 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 265 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 438 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_discount",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till",schemaname="public"} 43 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 36 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 9420 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 838 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 256 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash",schemaname="public"} 4784 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 3051 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 5392 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 104 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 69 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet",schemaname="public"} 84 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 60 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="email_source",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset",schemaname="public"} 36 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_class",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 120 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 43 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_type",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_account",schemaname="public"} 40 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar_week",schemaname="public"} 53 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar_year",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expcategory",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expvoucher",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 168 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 77 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_financial_acct",schemaname="public"} 145 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 350 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_journal",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_journalline",schemaname="public"} 185 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ledger_details",schemaname="public"} 20315 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_customer",schemaname="public"} 93 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 82 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 60 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 33 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 51 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 132 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 53 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentline",schemaname="public"} 76 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentplan",schemaname="public"} 259 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receipt",schemaname="public"} 2818 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptline",schemaname="public"} 3030 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptplan",schemaname="public"} 3529 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 3431 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_transactions",schemaname="public"} 650 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="hsncode",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="increment_no",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_task",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch",schemaname="public"} 5872 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch_group",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch_sequence",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_costing_log",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_costing_preferences",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory",schemaname="public"} 67 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_config",schemaname="public"} 294 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_issue",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 26 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventoryline",schemaname="public"} 1600 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_movement",schemaname="public"} 64 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_movementline",schemaname="public"} 308 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_approval",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricingrule",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product",schemaname="public"} 2459 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_category",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 148 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_meta",schemaname="public"} 318 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receiptline",schemaname="public"} 2618 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 551 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipttax",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_shipment",schemaname="public"} 1311 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_shipmentline",schemaname="public"} 849 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_stock",schemaname="public"} 7384 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_storagebin",schemaname="public"} 69 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_supplier_product",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transaction",schemaname="public"} 9700 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferissue",schemaname="public"} 49 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferissue_line",schemaname="public"} 80 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferorder",schemaname="public"} 74 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferorder_line",schemaname="public"} 253 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 331 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferreceipt",schemaname="public"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 282 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferrequest",schemaname="public"} 92 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 360 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_unitcost",schemaname="public"} 9221 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_unitcost_history",schemaname="public"} 9206 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warehouse",schemaname="public"} 31 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_window_designer",schemaname="public"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="otp_audit_log",schemaname="public"} 86 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_inv_settlement",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoice",schemaname="public"} 161 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoiceline",schemaname="public"} 1209 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 76 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 111 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoicetax",schemaname="public"} 207 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_order",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_orderline",schemaname="public"} 1092 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_orderlinetax",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_ordertax",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_pricelist",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_productprice",schemaname="public"} 4191 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_productprice_history",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_requisition_line",schemaname="public"} 2655 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_address",schemaname="public"} 71 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_contact",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_credit",schemaname="public"} 35 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_job_details",schemaname="public"} 36 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 40 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_triggers",schemaname="public"} 44 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer",schemaname="public"} 80 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_address",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_category",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_contact",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_credit",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_creditline",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_inv_settlement",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoice",schemaname="public"} 3124 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoice_meta",schemaname="public"} 386 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoiceline",schemaname="public"} 3940 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 7472 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoicetax",schemaname="public"} 3056 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order",schemaname="public"} 2075 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 28 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment",schemaname="public"} 150 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 787 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 3161 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 513 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 52 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_meta",schemaname="public"} 3312 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderline",schemaname="public"} 1435 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderline_meta",schemaname="public"} 1293 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 873 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1434 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_ordertax",schemaname="public"} 3613 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_pricelist",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_productprice",schemaname="public"} 4379 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_productprice_history",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_salesrep",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="v_qtyonhand",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="v_taxamt",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_reservation",schemaname="public"} 194 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_customer",schemaname="public"} 10 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_customer_address",schemaname="public"} 20000 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 34 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_import_staging",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 40 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_app_access",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_app_schema",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_audit_log",schemaname="public"} 8 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_batch_log",schemaname="public"} 1248 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_bunit",schemaname="public"} 12 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_doctype_template",schemaname="public"} 10 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_file",schemaname="public"} 144 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 81 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_access",schemaname="public"} 1389 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_log",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_run",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_window_access",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_refresh_token",schemaname="public"} 237 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_region",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_report_access",schemaname="public"} 254 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_reportschedule",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_role",schemaname="public"} 29 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_role_application",schemaname="public"} 34 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_sequence",schemaname="public"} 73 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_tax_acct",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_access",schemaname="public"} 76 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_bunit",schemaname="public"} 12 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_access",schemaname="public"} 1402 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_process",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 37327 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_wallet",schemaname="public"} 9 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 65 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 480 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_account",schemaname="public"} 8 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expvoucher",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 700 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 39 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 520 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_journal",schemaname="public"} 39 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_journalline",schemaname="public"} 2794 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ledger_details",schemaname="public"} 154233 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_customer",schemaname="public"} 84 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 42 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 79 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 121 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment",schemaname="public"} 14 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_paymentline",schemaname="public"} 30 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_paymentplan",schemaname="public"} 821 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 23 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receipt",schemaname="public"} 46 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptline",schemaname="public"} 58 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptplan",schemaname="public"} 8993 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 9266 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_transactions",schemaname="public"} 10746 pg_stat_user_tables_n_tup_del{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_batch",schemaname="public"} 52195 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory",schemaname="public"} 757 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_config",schemaname="public"} 8 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventoryline",schemaname="public"} 44402 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_movement",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_movementline",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_approval",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product",schemaname="public"} 213 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_category",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt",schemaname="public"} 114 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipt_meta",schemaname="public"} 174 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receiptline",schemaname="public"} 1365 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 702 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipttax",schemaname="public"} 9811 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipment",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_stock",schemaname="public"} 35006 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_storagebin",schemaname="public"} 30 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transaction",schemaname="public"} 20154 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferissue",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferorder",schemaname="public"} 18 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferorder_line",schemaname="public"} 19 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferreceipt",schemaname="public"} 25 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferrequest",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_warehouse",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoice",schemaname="public"} 118 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoiceline",schemaname="public"} 946 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 224 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1152 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoicetax",schemaname="public"} 20702 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_order",schemaname="public"} 24 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_orderline",schemaname="public"} 195 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_orderlinetax",schemaname="public"} 228 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_ordertax",schemaname="public"} 32331 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_productprice",schemaname="public"} 135 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_requisition",schemaname="public"} 41 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_requisition_line",schemaname="public"} 519 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_address",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_credit",schemaname="public"} 36 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 16 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1848 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_job_details",schemaname="public"} 16 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_triggers",schemaname="public"} 16 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer",schemaname="public"} 10 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_address",schemaname="public"} 779 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_category",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_credit",schemaname="public"} 37 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_creditline",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_inv_settlement",schemaname="public"} 3 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoice",schemaname="public"} 441 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoiceline",schemaname="public"} 129 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 21 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 6689 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoicetax",schemaname="public"} 79641 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order",schemaname="public"} 101 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_orderline",schemaname="public"} 146 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 63 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1223 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_ordertax",schemaname="public"} 54464 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_productprice",schemaname="public"} 1152 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_productprice_history",schemaname="public"} 738 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_salesrep",schemaname="public"} 744 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 20 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_customer",schemaname="public"} 115370 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_customer_address",schemaname="public"} 7215 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 11561 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="brand",schemaname="public"} 266 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 42 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 738 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 187 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_salary",schemaname="public"} 38 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee",schemaname="public"} 837 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_formula",schemaname="public"} 12 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_template",schemaname="public"} 12 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 50 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_work_location",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_year",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_comm_templates",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_email_template",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 6221 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_app_access",schemaname="public"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_app_schema",schemaname="public"} 700 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 55 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 6946 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_bunit",schemaname="public"} 1068 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_bunit_location",schemaname="public"} 11 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_client_apps",schemaname="public"} 32 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_doctype",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_doctype_template",schemaname="public"} 23 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_import_template",schemaname="public"} 1563 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_menu_schema",schemaname="public"} 2029 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 6826 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 285 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_set",schemaname="public"} 46 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_run",schemaname="public"} 97931 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_schema",schemaname="public"} 9257 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_window_access",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 309 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_reference_schema",schemaname="public"} 16573 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_region",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_releases",schemaname="public"} 54 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_report",schemaname="public"} 202 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_report_access",schemaname="public"} 333 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_report_schema",schemaname="public"} 10545 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_reportschedule",schemaname="public"} 25 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_role",schemaname="public"} 3425 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_sequence",schemaname="public"} 8575 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_system_preferences",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_table_schema",schemaname="public"} 42669 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_tax",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user",schemaname="public"} 73 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 18 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_bunit",schemaname="public"} 41 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_meta",schemaname="public"} 16375 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window_access",schemaname="public"} 588 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window_process",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window_schema",schemaname="public"} 42342 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 3716 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 726 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 3157 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 3796 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_customer_config",schemaname="public"} 29 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 210 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 21 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 451 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 16 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 835 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_config",schemaname="public"} 53 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 38010 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 913 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 15 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 13145 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 11837 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_discount",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till",schemaname="public"} 54494 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 41953 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 140490 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 24 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillcash",schemaname="public"} 5005 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 9 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 165 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 5914 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet",schemaname="public"} 1024 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 35 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset",schemaname="public"} 16 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_class",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 16 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_account",schemaname="public"} 12 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expcategory",schemaname="public"} 17 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expvoucher",schemaname="public"} 221867 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 381 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_financial_acct",schemaname="public"} 60101 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 6181 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_journal",schemaname="public"} 3012 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_journalline",schemaname="public"} 51 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_customer",schemaname="public"} 170 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 362 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 71 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment",schemaname="public"} 2549 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentline",schemaname="public"} 17 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentplan",schemaname="public"} 133 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_period_control",schemaname="public"} 69 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receipt",schemaname="public"} 186873 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptline",schemaname="public"} 178 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptplan",schemaname="public"} 51769 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 26 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_transactions",schemaname="public"} 55478 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_batch",schemaname="public"} 16752 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_batch_group",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_batch_sequence",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_costing_preferences",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory",schemaname="public"} 83377 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_config",schemaname="public"} 21 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_issue",schemaname="public"} 60 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventoryline",schemaname="public"} 93281 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_movement",schemaname="public"} 5352 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_movementline",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricingrule",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product",schemaname="public"} 3113 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_category",schemaname="public"} 68 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt",schemaname="public"} 202190 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 686 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 132 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 729 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receiptline",schemaname="public"} 13716 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_shipment",schemaname="public"} 4.098842e+06 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_shipmentline",schemaname="public"} 10694 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_stock",schemaname="public"} 58161 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_storagebin",schemaname="public"} 42 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_supplier_product",schemaname="public"} 34381 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transaction",schemaname="public"} 116112 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferissue",schemaname="public"} 6349 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferissue_line",schemaname="public"} 3179 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferorder",schemaname="public"} 8713 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferorder_line",schemaname="public"} 6519 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferreceipt",schemaname="public"} 4742 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1572 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferrequest",schemaname="public"} 4130 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 5977 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_unitcost",schemaname="public"} 105 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_warehouse",schemaname="public"} 37 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 965 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer",schemaname="public"} 403 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_window_designer",schemaname="public"} 86 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="otp_audit_log",schemaname="public"} 313 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoice",schemaname="public"} 58408 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoiceline",schemaname="public"} 35 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 36 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoicetax",schemaname="public"} 21 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_order",schemaname="public"} 125688 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_orderline",schemaname="public"} 9896 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_pricelist",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_productprice",schemaname="public"} 383 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_requisition",schemaname="public"} 34032 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_requisition_line",schemaname="public"} 22823 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier",schemaname="public"} 282 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_address",schemaname="public"} 882 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_contact",schemaname="public"} 306 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 1848 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 590483 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer",schemaname="public"} 1582 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_address",schemaname="public"} 1092 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_credit",schemaname="public"} 102 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_inv_settlement",schemaname="public"} 849 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 208 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoice",schemaname="public"} 365683 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoiceline",schemaname="public"} 5061 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 94 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoicetax",schemaname="public"} 21 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order",schemaname="public"} 130003 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment",schemaname="public"} 24144 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 12 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 7803 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 127 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_orderline",schemaname="public"} 30459 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_orderlinetax",schemaname="public"} 4196 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_ordertax",schemaname="public"} 4153 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_pricelist",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_productprice",schemaname="public"} 6163 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_productprice_history",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_salesrep",schemaname="public"} 40 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_reservation",schemaname="public"} 1392 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="api_key",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer",schemaname="public"} 1.244777e+06 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer_address",schemaname="public"} 393018 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 166609 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_import_staging",schemaname="public"} 349834 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="brand",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 50 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 822 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 4261 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_salary",schemaname="public"} 410 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee",schemaname="public"} 47 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_formula",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pay_component",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_period",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_template",schemaname="public"} 30 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 280 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_weeknumber",schemaname="public"} 53 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_year",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_comm_templates",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_email_template",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alert",schemaname="public"} 8350 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_app_access",schemaname="public"} 17 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_app_schema",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.529443e+06 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_log",schemaname="public"} 1805 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 8280 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_register",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_location",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 132 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 243 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_client_apps",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_doctype",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_doctype_template",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_file",schemaname="public"} 8643 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_import_template",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_menu_schema",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 23 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 725 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_log",schemaname="public"} 105 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_set",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_access",schemaname="public"} 213 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_log",schemaname="public"} 218153 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_parameter",schemaname="public"} 16033 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_run",schemaname="public"} 113902 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_schema",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window_access",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_reference_schema",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_refresh_token",schemaname="public"} 16513 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_releases",schemaname="public"} 55 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_releases_history",schemaname="public"} 142 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_report",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_report_access",schemaname="public"} 173 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_report_schema",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_reportschedule",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_role_application",schemaname="public"} 27 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_sequence",schemaname="public"} 1371 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 3511 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_system_preferences",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_table_schema",schemaname="public"} 48 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tax",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tax_acct",schemaname="public"} 19 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_taxcategory",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_access",schemaname="public"} 94 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 16531 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1849 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_meta",schemaname="public"} 102 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_mfa",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_preference",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_views",schemaname="public"} 13 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_webhooks",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window_access",schemaname="public"} 74 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window_process",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window_schema",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_events",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 4424 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 2184 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 1146 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 2180 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 3803 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_configurations",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 23170 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 219 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 243 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 224 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 6317 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 37323 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 581 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_config",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 37328 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_log",schemaname="public"} 172488 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 233 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 3206 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 4076 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_discount",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 34 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 114525 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 14684 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 4357 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash",schemaname="public"} 60387 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 34182 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 60263 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 1218 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 559 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet",schemaname="public"} 521 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 10 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 989 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="email_source",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset",schemaname="public"} 16 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_class",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 1920 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 22 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_type",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_account",schemaname="public"} 72 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 19 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar_week",schemaname="public"} 318 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar_year",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 21 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expcategory",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expvoucher",schemaname="public"} 937 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 2244 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 1015 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 235 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_financial_acct",schemaname="public"} 236 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 5909 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_journal",schemaname="public"} 539 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_journalline",schemaname="public"} 9278 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ledger_details",schemaname="public"} 454830 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_customer",schemaname="public"} 688 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 601 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 916 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 142 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 489 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 1160 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 75 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 637 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 1643 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment",schemaname="public"} 615 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentline",schemaname="public"} 713 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentplan",schemaname="public"} 3632 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 123 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_period_control",schemaname="public"} 72 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receipt",schemaname="public"} 39693 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptline",schemaname="public"} 39691 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptplan",schemaname="public"} 46718 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 48640 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 140 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_transactions",schemaname="public"} 61871 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="hsncode",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="increment_no",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_task",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch",schemaname="public"} 212164 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_costing_log",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_costing_preferences",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory",schemaname="public"} 1028 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_config",schemaname="public"} 6230 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_issue",schemaname="public"} 53 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 67 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventoryline",schemaname="public"} 207619 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_movement",schemaname="public"} 1847 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_movementline",schemaname="public"} 5373 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricingrule",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product",schemaname="public"} 6362 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_category",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt",schemaname="public"} 2174 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 240 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 235 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 2105 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 143 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1266 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_meta",schemaname="public"} 4776 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receiptline",schemaname="public"} 28185 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 6203 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipttax",schemaname="public"} 10252 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_shipment",schemaname="public"} 35844 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_shipmentline",schemaname="public"} 42914 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_stock",schemaname="public"} 176485 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_storagebin",schemaname="public"} 82 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_supplier_product",schemaname="public"} 9333 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transaction",schemaname="public"} 221984 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferissue",schemaname="public"} 1322 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferissue_line",schemaname="public"} 2673 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferorder",schemaname="public"} 1447 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferorder_line",schemaname="public"} 4250 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 4187 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1307 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 2629 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferrequest",schemaname="public"} 1460 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 4221 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_unitcost",schemaname="public"} 110444 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_unitcost_history",schemaname="public"} 110581 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_warehouse",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_window_designer",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="otp_audit_log",schemaname="public"} 524 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_inv_settlement",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoice",schemaname="public"} 2450 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoiceline",schemaname="public"} 18424 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 836 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 19937 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoicetax",schemaname="public"} 23614 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_order",schemaname="public"} 1568 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_orderline",schemaname="public"} 29921 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_orderlinetax",schemaname="public"} 31158 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_ordertax",schemaname="public"} 34154 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_price_variance",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_pricelist",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_productprice",schemaname="public"} 3085 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_productprice_history",schemaname="public"} 971 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_requisition",schemaname="public"} 1200 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_requisition_line",schemaname="public"} 32469 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier",schemaname="public"} 147 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_address",schemaname="public"} 141 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_contact",schemaname="public"} 128 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_credit",schemaname="public"} 479 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1848 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_job_details",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_triggers",schemaname="public"} 20 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer",schemaname="public"} 703 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_address",schemaname="public"} 1049 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_category",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_contact",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_credit",schemaname="public"} 609 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_creditline",schemaname="public"} 107 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_inv_settlement",schemaname="public"} 107 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 214 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoice",schemaname="public"} 38028 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoice_meta",schemaname="public"} 5847 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoiceline",schemaname="public"} 45153 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 97 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 96334 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoicetax",schemaname="public"} 154800 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order",schemaname="public"} 38281 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 75 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment",schemaname="public"} 8852 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 8834 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 35379 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 8733 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 142 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_meta",schemaname="public"} 186400 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderline",schemaname="public"} 45532 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderline_meta",schemaname="public"} 14195 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 14880 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderlinetax",schemaname="public"} 47027 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_ordertax",schemaname="public"} 92635 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_productprice",schemaname="public"} 13749 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_productprice_history",schemaname="public"} 2385 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_salesrep",schemaname="public"} 1189 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="v_qtyonhand",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="v_taxamt",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_reservation",schemaname="public"} 3259 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 22 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="api_key",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_customer",schemaname="public"} 808014 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_customer_address",schemaname="public"} 10497 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 17951 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="brand",schemaname="public"} 348 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 50 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 1241 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 197 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_salary",schemaname="public"} 40 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee",schemaname="public"} 882 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_formula",schemaname="public"} 12 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_template",schemaname="public"} 12 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 53 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_work_location",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_year",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_comm_templates",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_email_template",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 7950 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_app_access",schemaname="public"} 8 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_app_schema",schemaname="public"} 774 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 55 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 8263 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_bunit",schemaname="public"} 1596 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_bunit_location",schemaname="public"} 13 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_client_apps",schemaname="public"} 33 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_doctype",schemaname="public"} 8 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_doctype_template",schemaname="public"} 24 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_import_template",schemaname="public"} 1804 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_menu_schema",schemaname="public"} 2100 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 9161 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 443 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_set",schemaname="public"} 46 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_run",schemaname="public"} 115490 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_schema",schemaname="public"} 11049 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_window_access",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 311 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_reference_schema",schemaname="public"} 20959 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_region",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_releases",schemaname="public"} 112 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_report",schemaname="public"} 202 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_report_access",schemaname="public"} 641 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_report_schema",schemaname="public"} 11521 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_reportschedule",schemaname="public"} 25 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_role",schemaname="public"} 3474 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_sequence",schemaname="public"} 8674 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_system_preferences",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_table_schema",schemaname="public"} 42987 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_tax",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_taxcategory",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user",schemaname="public"} 81 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 21 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_bunit",schemaname="public"} 44 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_meta",schemaname="public"} 16407 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window_access",schemaname="public"} 817 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window_process",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_window_schema",schemaname="public"} 46602 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 4298 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1083 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 3295 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 3896 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_customer_config",schemaname="public"} 29 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 222 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 22 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 4100 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 16 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 57765 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 1790 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_config",schemaname="public"} 53 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 38271 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 913 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 16 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 14424 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 12782 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_discount",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till",schemaname="public"} 54644 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 138 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 45481 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 143437 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 27 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillcash",schemaname="public"} 6938 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 9 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 224 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 6080 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet",schemaname="public"} 1049 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 40 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset",schemaname="public"} 16 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_class",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 16 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_account",schemaname="public"} 515 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expcategory",schemaname="public"} 60 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expvoucher",schemaname="public"} 761679 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 403 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_financial_acct",schemaname="public"} 62322 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 6907 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_journal",schemaname="public"} 3249 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_journalline",schemaname="public"} 61 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_customer",schemaname="public"} 512 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 599 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 85 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment",schemaname="public"} 2618 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentline",schemaname="public"} 23 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentplan",schemaname="public"} 191 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_period_control",schemaname="public"} 72 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receipt",schemaname="public"} 290887 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptline",schemaname="public"} 39261 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptplan",schemaname="public"} 95350 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 28 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_transactions",schemaname="public"} 62813 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_batch",schemaname="public"} 133011 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_batch_group",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_batch_sequence",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_costing_preferences",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory",schemaname="public"} 87652 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_config",schemaname="public"} 6114 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_issue",schemaname="public"} 62 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventoryline",schemaname="public"} 1.72816e+06 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_movement",schemaname="public"} 5433 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_movementline",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricingrule",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product",schemaname="public"} 30650 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_category",schemaname="public"} 68 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt",schemaname="public"} 218821 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 708 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 142 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1250 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_meta",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receiptline",schemaname="public"} 56031 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_shipment",schemaname="public"} 8.304215e+06 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_shipmentline",schemaname="public"} 17531 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_stock",schemaname="public"} 108534 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_storagebin",schemaname="public"} 49 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_supplier_product",schemaname="public"} 44312 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transaction",schemaname="public"} 249273 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferissue",schemaname="public"} 6898 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferissue_line",schemaname="public"} 5235 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferorder",schemaname="public"} 9358 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferorder_line",schemaname="public"} 12002 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferreceipt",schemaname="public"} 5351 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 2125 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferrequest",schemaname="public"} 4305 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 10029 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_unitcost",schemaname="public"} 173 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_warehouse",schemaname="public"} 109 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 1081 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer",schemaname="public"} 405 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_window_designer",schemaname="public"} 92 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="otp_audit_log",schemaname="public"} 318 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoice",schemaname="public"} 67906 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoiceline",schemaname="public"} 224 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 135 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoicetax",schemaname="public"} 40 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_order",schemaname="public"} 137412 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_orderline",schemaname="public"} 42900 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_pricelist",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_productprice",schemaname="public"} 971 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_requisition",schemaname="public"} 35211 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_requisition_line",schemaname="public"} 55970 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier",schemaname="public"} 328 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_address",schemaname="public"} 1220 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_contact",schemaname="public"} 321 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 1848 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1848 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 590510 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_triggers",schemaname="public"} 3696 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer",schemaname="public"} 1983 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_address",schemaname="public"} 1666 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_credit",schemaname="public"} 107 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_inv_settlement",schemaname="public"} 856 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 213 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoice",schemaname="public"} 595446 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoiceline",schemaname="public"} 7256 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 423 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoicetax",schemaname="public"} 98 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order",schemaname="public"} 213899 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment",schemaname="public"} 26514 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 13 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 8723 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 136 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_meta",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_orderline",schemaname="public"} 38299 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_orderlinetax",schemaname="public"} 5326 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_ordertax",schemaname="public"} 4452 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_pricelist",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_productprice",schemaname="public"} 78144 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_productprice_history",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_salesrep",schemaname="public"} 47 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_reservation",schemaname="public"} 2390 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 1725 pg_stat_user_tables_seq_scan{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 1764 pg_stat_user_tables_seq_scan{datname="kwc",relname="api_key",schemaname="public"} 533 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer",schemaname="public"} 171618 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_address",schemaname="public"} 8.069088e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 37514 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 9.797194e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 104 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_import_staging",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="brand",schemaname="public"} 388860 pg_stat_user_tables_seq_scan{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 102 pg_stat_user_tables_seq_scan{datname="kwc",relname="c_region",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_event_store",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_feedback",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_receipts",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_social_media",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_template",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_action_taken",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_history",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_history",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_month",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_process",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 231 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_status",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_year",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bank_info",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_behaviour",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_breaks",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_candidate_document",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_candidates",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_claim_request",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_category",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_competency",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_cost",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_job",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_schedule",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_declare_oi",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_deductions",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_delegation",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_department",schemaname="public"} 451 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_dependants",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_dept_team",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_division",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ed_history",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_address",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 2144 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_details",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_documents",schemaname="public"} 8698 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 95 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_loan",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_passport",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_personal",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_punch",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 26571 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_salary",schemaname="public"} 9063 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_shift",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_empid_config",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee",schemaname="public"} 19063 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_category",schemaname="public"} 363 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_education",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_experience",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 172 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 1480 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_encash_details",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enroll_course",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enrollment",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eph_history",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_exemption",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expense_config",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expense_type",schemaname="public"} 196 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_final_settlement",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_formula",schemaname="public"} 1043 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_formulakey",schemaname="public"} 127 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_holiday",schemaname="public"} 229 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_holiday_type",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 713 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrrequest",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_id_classification",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_id_config",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_import_attendance",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_incentive",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_increment_policy",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interview_round",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interviews",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job",schemaname="public"} 1277 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_application",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_description",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_offer",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_platform",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_posting",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_requisition",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_role",schemaname="public"} 111 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_transfer",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_kra",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_empcat",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_employee",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_org",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_pg",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_yos",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_encash",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_ob",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy",schemaname="public"} 354 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 1729 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_request",schemaname="public"} 2232 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 2143 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_type",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_view",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letter",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letter_request",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_category",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_source",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_type",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 95 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_management_level",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_manager_review",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mp_budget",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mt_actions",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nationality",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_new_joinee",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_preference",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_rules",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_otherincome",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_passport",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_component",schemaname="public"} 15150 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_grade",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_group",schemaname="public"} 8803 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_head",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_process",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 323 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslab",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip_component",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_perform_review",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_period",schemaname="public"} 740 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pio_details",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_platform",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_position_control",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 91 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_emp",schemaname="public"} 21012 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_add",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_org",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_probation_history",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_professional_tax",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_provision",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_punch_type",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_report_incident",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_resignation",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_responsibilities",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_retropay",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rh_action",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ri_history",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_element",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_template",schemaname="public"} 7565 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 615 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_scorecard",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_section",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_section_group",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_days",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_policy",schemaname="public"} 1884 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_team",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_type",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_skill_preference",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_slab",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_slabline",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_add",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sr_history",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_st_deductions",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_st_earnings",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_regime",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_hra",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_rule",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tdsline",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_team",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_team_emp",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tour",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tour_request",schemaname="public"} 2048 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_feedback",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_question",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_schedule",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_visa_type",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weekends",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weeknumber",schemaname="public"} 713 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_wfh_request",schemaname="public"} 2050 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_work_location",schemaname="public"} 18721 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_year",schemaname="public"} 727 pg_stat_user_tables_seq_scan{datname="kwc",relname="commerce_cart",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="commerce_cart_line",schemaname="public"} 195 pg_stat_user_tables_seq_scan{datname="kwc",relname="cprf_set_scores",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_account",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_activity",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_camp_settings",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaigns",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_comm_templates",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_contact",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_email_template",schemaname="public"} 96 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_lead",schemaname="public"} 98 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_lead_products",schemaname="public"} 195 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_opportunity",schemaname="public"} 96 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_sale",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_seglist",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_segment_rules",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_social_post",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_social_postline",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_stream",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_task",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_log",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert",schemaname="public"} 107 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 107 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 6.2735447e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_announcement",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 199 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_api_key",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_access",schemaname="public"} 37011 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_schema",schemaname="public"} 85992 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_setup",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_approval_rule",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_audit_config",schemaname="public"} 42700 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_audit_log",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 2782 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_log",schemaname="public"} 256 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 189804 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_register",schemaname="public"} 2538 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit",schemaname="public"} 9.376595e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_location",schemaname="public"} 1.305504e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 18919 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 16921 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_city",schemaname="public"} 142 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client",schemaname="public"} 3.0935189e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client_applications",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client_apps",schemaname="public"} 14160 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_compliance_config",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_country",schemaname="public"} 1.4018947e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_coupon",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 16573 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_currency",schemaname="public"} 1.6925714e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 15085 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_load_config",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 658414 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_datasource",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_division",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_doctype",schemaname="public"} 2.965885e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_doctype_template",schemaname="public"} 17611 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_event_alerts",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_favourites",schemaname="public"} 423 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_file",schemaname="public"} 23659 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_import_template",schemaname="public"} 2766 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_config",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 2.3258514e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_scope",schemaname="public"} 626 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integrations",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integrations_config",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 4598 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_language",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_license_policy",schemaname="public"} 19384 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_master_data_config",schemaname="public"} 42243 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu_group",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu_schema",schemaname="public"} 737 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_messages",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 393 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_role",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_module",schemaname="public"} 40878 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_nearbystores",schemaname="public"} 9240 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 16407 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_paymentterm",schemaname="public"} 6.765848e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group",schemaname="public"} 164 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_log",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_set",schemaname="public"} 1673 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 141371 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_template",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_print_template",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_print_template_query",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process",schemaname="public"} 32749 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_access",schemaname="public"} 215 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_log",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_parameter",schemaname="public"} 26728 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_run",schemaname="public"} 9730 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_schema",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window",schemaname="public"} 22697 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window_access",schemaname="public"} 744 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_producttour_config",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_producttour_log",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_promotion",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_receipt_template",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reference_schema",schemaname="public"} 165 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_refresh_token",schemaname="public"} 2139 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_region",schemaname="public"} 1.6400145e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_releases",schemaname="public"} 21107 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_releases_history",schemaname="public"} 287 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report",schemaname="public"} 739 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_access",schemaname="public"} 1033 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_job",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_schema",schemaname="public"} 91 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reportschedule",schemaname="public"} 629 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_returnreason",schemaname="public"} 12840 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_role",schemaname="public"} 106903 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_role_application",schemaname="public"} 1520 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_security_config",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_sequence",schemaname="public"} 37911 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_shift_definition",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 127 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 125 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_system_preferences",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_table_schema",schemaname="public"} 130952 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_task",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tax",schemaname="public"} 1.6052131e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tax_acct",schemaname="public"} 134666 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_taxcategory",schemaname="public"} 2.41131e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_taxzone",schemaname="public"} 172 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 1.5906149e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 14943 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_timezone",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_uom",schemaname="public"} 7.6064111e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user",schemaname="public"} 52104 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_access",schemaname="public"} 1.48272e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_bunit",schemaname="public"} 930985 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_device",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_division_access",schemaname="public"} 911 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_locale",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_meta",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_mfa",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_preference",schemaname="public"} 3894 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_session",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_views",schemaname="public"} 137920 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_webhook",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_webhooks",schemaname="public"} 37782 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window",schemaname="public"} 2201 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_access",schemaname="public"} 534 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 211 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_process",schemaname="public"} 62769 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_rules",schemaname="public"} 593 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_schema",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="kwc",relname="cw_auth_token",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_channel",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_city",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_config",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order",schemaname="public"} 299034 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_activity",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderline",schemaname="public"} 303 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_store_timings",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_stores_config",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_events",schemaname="public"} 1237 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 105 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wftasks",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow",schemaname="public"} 4337 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 4347 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 193556 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 22371 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 9002 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_idea",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_milestone",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_assurance",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection_product",schemaname="public"} 206 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_control",schemaname="public"} 207 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_control_line",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 123707 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 29973 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 4109 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_parameters",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_template",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 214 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 41427 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_configurations",schemaname="public"} 436 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_config",schemaname="public"} 12175 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_group",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_login",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 16325 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_discount_request",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_events",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 911 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order",schemaname="public"} 21982 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 30120 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 19739 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_section",schemaname="public"} 12129 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table",schemaname="public"} 95 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 12869 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback",schemaname="public"} 193 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 219 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 115 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_gift_config",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 554 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard",schemaname="public"} 103985 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 24956 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 252617 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_image_library",schemaname="public"} 142 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_ingredients",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 12269 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 2180 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 38355 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 75626 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 12771 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 12220 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 60686 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 19667 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_mystore",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 3172 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 2870 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 111 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 91 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 112340 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 2.631984e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 13091 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 110 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 81750 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 14097 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 38033 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 8434 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_config",schemaname="public"} 256220 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 154080 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_log",schemaname="public"} 249 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 25125 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 1914 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 705527 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_product_addon",schemaname="public"} 297 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 88351 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 12161 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_rules",schemaname="public"} 12145 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype",schemaname="public"} 1.55388e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 12986 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 193618 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_config",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 38694 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 59424 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_discount",schemaname="public"} 20800 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 3274 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till",schemaname="public"} 21267 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 13374 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 214637 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 3632 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_log",schemaname="public"} 739 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 5461 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 20897 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash",schemaname="public"} 105500 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 60765 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 191 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 6840 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet",schemaname="public"} 294986 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 12457 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 13316 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 1663 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 5906 pg_stat_user_tables_seq_scan{datname="kwc",relname="cws_ticket",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_task",schemaname="public"} 236 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_taskline",schemaname="public"} 30341 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 214 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_customer_user",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_payment_method",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_channel",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_channel_frames",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_media",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_player_channel",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_players",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_playlist_details",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_playlists",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_schedules",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_tray_events",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="email_source",schemaname="public"} 7519 pg_stat_user_tables_seq_scan{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset",schemaname="public"} 492 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_audit",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_category",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_class",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 114 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_history",schemaname="public"} 124 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_issue",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 129 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 299 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 249 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_registration",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_return",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_type",schemaname="public"} 145 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 107 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 221 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_building",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_floor",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_room",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_account",schemaname="public"} 153402 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_account_category",schemaname="public"} 69389 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config",schemaname="public"} 9.764905e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 9.764867e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 9.764778e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 9.764604e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 9.764674e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 9.764671e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 9.76467e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 9.764806e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 9.764817e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 9.764748e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_adv_payment",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 122 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ammortization",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 104 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_connector",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_statement",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 10815 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budget",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budgetline",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_month",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_week",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_year",schemaname="public"} 6.138665e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cash_acct",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_coa",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cost_center",schemaname="public"} 145329 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_dimension_config",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 200 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expcategory",schemaname="public"} 35073 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 674 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucher",schemaname="public"} 20020 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 69840 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 31256 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 14412 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_financial_acct",schemaname="public"} 40103 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 4204 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 128 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 108 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 152 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_summary",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_journal",schemaname="public"} 42819 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_journalline",schemaname="public"} 18426 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger_details",schemaname="public"} 3.930659e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_customer",schemaname="public"} 8.677956e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 110954 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 706 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 477 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 30493 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 106781 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 4048 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 1.10911e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 19918 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 167 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 254 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 1332 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 5873 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 1642 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment",schemaname="public"} 9719 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_advice",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentline",schemaname="public"} 18388 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1.0360382e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentplan",schemaname="public"} 8359 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 2115 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 50445 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period",schemaname="public"} 7240 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_control",schemaname="public"} 6.138678e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_notifications",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_periodline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pnl_config",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 140 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receipt",schemaname="public"} 35779 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptline",schemaname="public"} 38373 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan",schemaname="public"} 4077 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 44527 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 9380 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 2233 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_transactions",schemaname="public"} 160866 pg_stat_user_tables_seq_scan{datname="kwc",relname="flyway_schema_history",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="hsncode",schemaname="public"} 56116 pg_stat_user_tables_seq_scan{datname="kwc",relname="increment_no",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_provider",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_route_details",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_task",schemaname="public"} 122 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_task_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="line_tab",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="list_contacts",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_addon",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_addon_group",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute_group",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute_value",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 99 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch",schemaname="public"} 156482 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_attribute",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_conversion",schemaname="public"} 59667 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_group",schemaname="public"} 48281 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_sequence",schemaname="public"} 1104 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 59948 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_bom",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_bom_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_categories_products",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_costing_log",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_costing_preferences",schemaname="public"} 741 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_coupon_provider",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_coupon_sales",schemaname="public"} 92640 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_custom_attribute",schemaname="public"} 138 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_internal_consumption",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 29982 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory",schemaname="public"} 282216 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_config",schemaname="public"} 11447 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_issue",schemaname="public"} 1726 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 36815 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_media",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 1146 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 30059 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventoryline",schemaname="public"} 30141 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 45489 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_issue_type",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 36601 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 199 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_material_request",schemaname="public"} 297 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movement",schemaname="public"} 6017 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movementline",schemaname="public"} 35990 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 291 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 7852 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_approval",schemaname="public"} 7879 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 7859 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 7853 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_brand",schemaname="public"} 7852 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 7853 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 7852 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_customer",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 7966 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_formula",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_payment",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 7852 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 37828 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricingrule",schemaname="public"} 39889 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 190 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product",schemaname="public"} 394800 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_addon",schemaname="public"} 6.2646268e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_attribute",schemaname="public"} 6.2646587e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_bom",schemaname="public"} 46528 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category",schemaname="public"} 2.703733e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category_acct",schemaname="public"} 88 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category_attr",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_divisions",schemaname="public"} 101749 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_group",schemaname="public"} 2.087951e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_images",schemaname="public"} 190 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 19855 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 217 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_meta",schemaname="public"} 191 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_purchase",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 6404 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_warranty",schemaname="public"} 373 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_product",schemaname="public"} 29964 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt",schemaname="public"} 64182 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 4127 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 19 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 2442 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 2417 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_lc",schemaname="public"} 4434 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_meta",schemaname="public"} 4310 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline",schemaname="public"} 361322 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 31328 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 1465 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 29650 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 14414 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipttax",schemaname="public"} 7283 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment",schemaname="public"} 219 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_products",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_rfid_tag",schemaname="public"} 42199 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 97 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment",schemaname="public"} 76677 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment_charges",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment_meta",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline",schemaname="public"} 2488 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 29962 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 1413 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_slowmover",schemaname="public"} 47121 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock",schemaname="public"} 57544 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_count",schemaname="public"} 1268 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_count_line",schemaname="public"} 29973 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 4655 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 153 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stockdetails",schemaname="public"} 9586 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_storage_group",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_storagebin",schemaname="public"} 1.92635457e+08 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_supplier_product",schemaname="public"} 9711 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tracker",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_trackertype",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transaction",schemaname="public"} 87211 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transactioncost",schemaname="public"} 20396 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transactiondetails",schemaname="public"} 20393 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue",schemaname="public"} 21920 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue_line",schemaname="public"} 31292 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder",schemaname="public"} 44055 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder_line",schemaname="public"} 33491 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt",schemaname="public"} 27733 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 37440 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 212 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferrequest",schemaname="public"} 38113 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 31368 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tray",schemaname="public"} 806 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tray_history",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_unitcost",schemaname="public"} 225710 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_unitcost_history",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_brand",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_category",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_group",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_product",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_costing",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_product",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse",schemaname="public"} 1.37090996e+08 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse_access",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 3998 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warranty_claims",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warranty_master",schemaname="public"} 195 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastage",schemaname="public"} 691 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastage_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastageline",schemaname="public"} 30320 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="kwc",relname="multitabchecking",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="myonlytest",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 177 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer",schemaname="public"} 1666 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_window_designer",schemaname="public"} 340 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_companies",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_drivers",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 169 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 305 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_taskline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_tasks",schemaname="public"} 171 pg_stat_user_tables_seq_scan{datname="kwc",relname="orders",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="kwc",relname="otp_audit_log",schemaname="public"} 1852 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_order",schemaname="public"} 1178 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_order_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_orderline",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_agent",schemaname="public"} 105 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_contract",schemaname="public"} 1194 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_contract_line",schemaname="public"} 188 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_dn_settlement",schemaname="public"} 184 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_exp_settlement",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_in_settlement",schemaname="public"} 184 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_inv_settlement",schemaname="public"} 107 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 348 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoice",schemaname="public"} 300923 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoice_meta",schemaname="public"} 178 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline",schemaname="public"} 299765 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 30850 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 975 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.469888e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoicetax",schemaname="public"} 27328 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_lc_type",schemaname="public"} 205 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order",schemaname="public"} 61224 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order_lc",schemaname="public"} 93 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order_meta",schemaname="public"} 104 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline",schemaname="public"} 237129 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline_bom",schemaname="public"} 30222 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline_meta",schemaname="public"} 260 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderlinetax",schemaname="public"} 6.05561e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_ordertax",schemaname="public"} 34247 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_price_variance",schemaname="public"} 1420 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_pricelist",schemaname="public"} 888200 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_pricelist_version",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_productprice",schemaname="public"} 2494 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_productprice_history",schemaname="public"} 471 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_requisition",schemaname="public"} 36193 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_requisition_line",schemaname="public"} 2.936298e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfq",schemaname="public"} 218 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfqlines",schemaname="public"} 892 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier",schemaname="public"} 37484 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_acct",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_address",schemaname="public"} 10768 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 110 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_category",schemaname="public"} 10662 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_contact",schemaname="public"} 121 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_credit",schemaname="public"} 2082 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 223 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder",schemaname="public"} 215 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 190 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_charges",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_issue",schemaname="public"} 29968 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_line",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 191 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_status",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_type",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workrequest",schemaname="public"} 328 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_configuration",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design",schemaname="public"} 194 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_attr",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_availability",schemaname="public"} 74 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_bom",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_designer",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_project",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_sketch",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_task",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_application",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_bug",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_docs",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_feature",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_module",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project",schemaname="public"} 187 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_manager",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_team",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_user",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_ref_project",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_rel_version",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_resources",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_skill",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_sub_module",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_assignee",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_group",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_testcase",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_user_docs",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_user_skill",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 188 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 188 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 188 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 188 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breed",schemaname="public"} 1907 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_flock",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 1889 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 29960 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_livestock",schemaname="public"} 29968 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_machine",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pullout",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 188 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_setter",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_setterline",schemaname="public"} 29959 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 29959 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 29959 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_indirectcost",schemaname="public"} 187 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_ioproduct",schemaname="public"} 30132 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_operation",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_order",schemaname="public"} 30899 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_outproducts",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_pproducts",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_process",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_processic",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_product_conversion",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_product_convline",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_plan",schemaname="public"} 81 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_preferences",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_schedule",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 183 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_prun",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_calendars",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 3722 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 3935 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_job_details",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_locks",schemaname="public"} 3992 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 1.181091e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_triggers",schemaname="public"} 242975 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_business_type",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_cn_settlement",schemaname="public"} 237 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer",schemaname="public"} 867275 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_acct",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_address",schemaname="public"} 8.449368e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 197 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 195 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_category",schemaname="public"} 2.3720569e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_category_products",schemaname="public"} 196 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_contact",schemaname="public"} 318985 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_credit",schemaname="public"} 19444 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_creditline",schemaname="public"} 276 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_settlement",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip",schemaname="public"} 811 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_dropship",schemaname="public"} 98 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_dropship_line",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_estimate",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_in_settlement",schemaname="public"} 235 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 932 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_plan",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_summary",schemaname="public"} 2808 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_industry_type",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_inv_settlement",schemaname="public"} 1467 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 2007 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice",schemaname="public"} 376402 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice_integration",schemaname="public"} 431 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice_meta",schemaname="public"} 755650 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline",schemaname="public"} 55833 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 1096 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 391 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 212 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoicetax",schemaname="public"} 360913 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 417 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder",schemaname="public"} 108977 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_images",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_line",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_part",schemaname="public"} 182 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_services",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_status",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_task",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order",schemaname="public"} 115457 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 2857 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment",schemaname="public"} 2938 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 54748 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 54924 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 9142 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_meta",schemaname="public"} 15570 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline",schemaname="public"} 32920 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_addons",schemaname="public"} 94472 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_meta",schemaname="public"} 12165 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 10058 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderlinetax",schemaname="public"} 76186 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_ordertax",schemaname="public"} 64027 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_packingslip_details",schemaname="public"} 215 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice",schemaname="public"} 672 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 326 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricelist",schemaname="public"} 1.11801174e+08 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricelist_version",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricing_formula",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_productprice",schemaname="public"} 16171 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_productprice_history",schemaname="public"} 2943 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation",schemaname="public"} 4702 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line",schemaname="public"} 30476 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_tax",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_rfq",schemaname="public"} 1365 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_rfqline",schemaname="public"} 181 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_payment_method",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_plan",schemaname="public"} 810 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 800 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_salesrep",schemaname="public"} 150828 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_bill",schemaname="public"} 100 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_bill_line",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_checklist",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_inventory",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_location",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_movement",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_request",schemaname="public"} 204 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_type",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription",schemaname="public"} 934 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_group",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_line",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_plan",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_survey_template",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_target",schemaname="public"} 920 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_technician",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_trade_in",schemaname="public"} 21 pg_stat_user_tables_seq_scan{datname="kwc",relname="seg_criteria",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_categories",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_categories_list",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_forms",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_forms_schema",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_list",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_media",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_menu",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_menu_title",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_pages",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_posts",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_seo_metadata",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_settings",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_tags",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_device",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_gate",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_feedback",schemaname="public"} 911 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_fitting_events",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_fitting_room",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_location_users",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_reference",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_reference_activity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_data",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_location",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tag_meta",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_events",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_products",schemaname="public"} 186 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 800 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_template",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="subline_tab",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 10105 pg_stat_user_tables_seq_scan{datname="kwc",relname="test_table",schemaname="public"} 284 pg_stat_user_tables_seq_scan{datname="kwc",relname="v_next_assign_no",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="kwc",relname="v_qtyonhand",schemaname="public"} 18 pg_stat_user_tables_seq_scan{datname="kwc",relname="v_taxamt",schemaname="public"} 5 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_aisle",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_associated_equipment",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_bin_capacity",schemaname="public"} 243 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_control_area",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_entity_profile",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_exception_action",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_level",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_operations",schemaname="public"} 334 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_rack",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_reservation",schemaname="public"} 41206 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_control_area",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_steps",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_templates",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_strategy_entity",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_strategy_profile",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_task",schemaname="public"} 59894 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_task_type",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_tolerance",schemaname="public"} 191 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 180 pg_stat_user_tables_seq_scan{datname="kwc",relname="webinar_settings",schemaname="public"} 69 # 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="kwc",relname="ai_ocr_settings",schemaname="public"} 1725 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 6585 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="api_key",schemaname="public"} 1027 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer",schemaname="public"} 2.4972295968e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 2.852816924302e+12 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 8.36722797755e+11 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_import_staging",schemaname="public"} 2.6824197e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="brand",schemaname="public"} 8.508916e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 6594 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_department",schemaname="public"} 2701 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 1.210509e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 3.4269878e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 331458 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee",schemaname="public"} 8.672434e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 726 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_formula",schemaname="public"} 5145 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 2852 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job",schemaname="public"} 49606 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 354 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 1729 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 79 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 153748 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 244 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_period",schemaname="public"} 8832 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 119959 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 98762 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 1884 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 37789 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_work_location",schemaname="public"} 1.275497e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_year",schemaname="public"} 716 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 521 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_email_template",schemaname="public"} 184 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alert",schemaname="public"} 8.204728e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 52646 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_app_access",schemaname="public"} 574686 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 2.18081e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 2.55773e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 7.6282238e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 9905 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 66464 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 8.62405434e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 66237 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit",schemaname="public"} 8.25557164e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_location",schemaname="public"} 6.9091238e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 2.436172e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 2.642926e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_city",schemaname="public"} 1704 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_client",schemaname="public"} 6.0486648e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_client_apps",schemaname="public"} 107469 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_country",schemaname="public"} 1.00998434e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 149157 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_currency",schemaname="public"} 1.7964558e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_doctype",schemaname="public"} 1.382511642e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 1.029881e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_file",schemaname="public"} 8.1331198e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_import_template",schemaname="public"} 203185 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 1.18582476e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 108 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 733 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integrations",schemaname="public"} 198 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 4598 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_menu",schemaname="public"} 7315 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_menu_schema",schemaname="public"} 50766 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 122081 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_module",schemaname="public"} 1.497993e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 4.859316e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 3.972291e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 4.7133132e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 8614 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 11212 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 2.074016e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process",schemaname="public"} 3.277279e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_access",schemaname="public"} 497751 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_log",schemaname="public"} 3.901224e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 2.50953723e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_run",schemaname="public"} 5.085079e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_schema",schemaname="public"} 27730 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window",schemaname="public"} 239273 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 6044 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 773 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_reference_schema",schemaname="public"} 113798 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 1.3513639e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_region",schemaname="public"} 6.70139629e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_releases",schemaname="public"} 5.794855e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 299644 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_report",schemaname="public"} 100030 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_report_access",schemaname="public"} 1.100912e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_report_schema",schemaname="public"} 39533 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 570 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 296 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_role",schemaname="public"} 1.677052e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_role_application",schemaname="public"} 94659 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_sequence",schemaname="public"} 1.39615522e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 236979 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_system_preferences",schemaname="public"} 58 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_table_schema",schemaname="public"} 1.74774341e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_task",schemaname="public"} 75 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tax",schemaname="public"} 1.50762159e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 1.950109e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 1.4092277e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 3.2174291e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 14941 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_uom",schemaname="public"} 8.36700188e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user",schemaname="public"} 5.25535e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_access",schemaname="public"} 1.79971745e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 479804 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1.538296479e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_meta",schemaname="public"} 6279 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 47 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_preference",schemaname="public"} 40724 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_views",schemaname="public"} 1.09333e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 37778 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window",schemaname="public"} 577125 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window_access",schemaname="public"} 1.154591e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window_process",schemaname="public"} 3.4256586e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window_schema",schemaname="public"} 79545 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_events",schemaname="public"} 1232 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 4332 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 9.582434e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1.8327356e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 83 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 240607 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 4.364096e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 49368 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 214 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 106514 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 397 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 12175 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 16325 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 207 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 110 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 252617 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 12269 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 4.43813286e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 75626 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 12220 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 79 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 244707 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 343432 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 5.6257918e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 2.631984e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 13091 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 69 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 1.539131702e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 7.08301375e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 2.60696e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 924228 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 544284 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 1.2408438e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 25125 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 7617 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 1.4905984e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 46518 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_saletype",schemaname="public"} 1.55388e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 12986 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 2.13462119e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 5.5807576e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 1.0443637e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 41288 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till",schemaname="public"} 1.317415e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 3.871345e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 1.2688107724e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 681047 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 117563 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 1.476759e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 3.099148227e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 847617 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.827067874e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 42343 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 1.865953e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet",schemaname="public"} 5.0925802e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 49730 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 12956 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 11899 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 2.280247e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="email_source",schemaname="public"} 15024 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset",schemaname="public"} 504 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 268 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 23643 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 1236 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 629 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 103 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 126 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 319 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_account",schemaname="public"} 7.2241029e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_account_category",schemaname="public"} 4.733232e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 1.9879998e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 2.934056e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 4.10118522e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 2.34350496e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 1.17176088e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 3.5152812e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 1.75766508e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 2.34355608e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 1.751149725e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar",schemaname="public"} 546 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 1904 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 25228 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar_year",schemaname="public"} 4.2970537e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 958 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 2.033804e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 8.597272e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 6.9720718e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 1.8737708e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1.5052454e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 4.2062127e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 1.0496012e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 64 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 276 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_journal",schemaname="public"} 2.780863e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_journalline",schemaname="public"} 1.08670725e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 7.18221841695e+11 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 2.775744371e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 4.0672544e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 291247 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 1424 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 6236 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 9.452148e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 4.9714663e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 5.0534172e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1.614716e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 205 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 438306 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 58911 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 14870 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment",schemaname="public"} 3.318968e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 7.632466e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1.45902583e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 9.75656e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 160257 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_period_control",schemaname="public"} 4.47351689e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 2100 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receipt",schemaname="public"} 4.42308568e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 7.44608337e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 5.4589293e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 7.40396466e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 182621 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_transactions",schemaname="public"} 4.447840336e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 215492 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="hsncode",schemaname="public"} 9.598921e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="increment_no",schemaname="public"} 56 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_task",schemaname="public"} 161 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch",schemaname="public"} 2.580723384e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_group",schemaname="public"} 93138 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 1104 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 258 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_costing_log",schemaname="public"} 413 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 735 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory",schemaname="public"} 4.78244e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 3.5735798e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_issue",schemaname="public"} 42858 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 322393 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 1258 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 164 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventoryline",schemaname="public"} 1.102573e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_movement",schemaname="public"} 1.806083e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_movementline",schemaname="public"} 2.0250097e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 217 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 18852 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 148628 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product",schemaname="public"} 1.0691258355e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_category",schemaname="public"} 1.1160994e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_group",schemaname="public"} 6.263853e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt",schemaname="public"} 3.3688582e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 284124 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 526 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 5634 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 131895 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1.939223e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_meta",schemaname="public"} 9.882651e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receiptline",schemaname="public"} 3.825152814e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 4.1672473e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipttax",schemaname="public"} 1.414006e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_shipment",schemaname="public"} 1.706070017e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_shipmentline",schemaname="public"} 3.0486796e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_stock",schemaname="public"} 8.20580687e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 9296 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_storagebin",schemaname="public"} 5.8232648662e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 4.386979e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transaction",schemaname="public"} 4.967719079e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferissue",schemaname="public"} 9.778312e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 419303 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferorder",schemaname="public"} 2.3386258e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 3.357748e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 112623 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1.3510499e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1.0496018e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferrequest",schemaname="public"} 1.4900974e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 478181 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_unitcost",schemaname="public"} 9.211342153e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 6.739956e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_warehouse",schemaname="public"} 1.1773660698e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 11687 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 101271 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 23340 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 540147 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 57 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoice",schemaname="public"} 1.91443874e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 1.392699526e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 468593 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.1143525943e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 3.3098643e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_order",schemaname="public"} 4.5880902e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_orderline",schemaname="public"} 3.52298713e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 6.1617473751e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_ordertax",schemaname="public"} 3.0602826e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_pricelist",schemaname="public"} 2.302314e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_productprice",schemaname="public"} 1.47185185e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 13021 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_requisition",schemaname="public"} 2.0014099e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 3.9226453517e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier",schemaname="public"} 2.9205175e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 6.965991e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 53310 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 108327 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 739985 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 13990 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 6906 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 135 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 7984 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 1.181091e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 600341 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer",schemaname="public"} 1.19857767e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_address",schemaname="public"} 2.966977166e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_category",schemaname="public"} 7.1160335e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 2.3605612e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 7.926264e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 8102 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_inv_settlement",schemaname="public"} 62122 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 193797 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoice",schemaname="public"} 8.461982865e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 1.82839592e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 8.25711827e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 17772 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 2.276752e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 1.7632624534e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order",schemaname="public"} 1.296899106e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 102603 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 1.478741e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 125593 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 503159 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 2.34164494e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 5.208816e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_meta",schemaname="public"} 1.078900895e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderline",schemaname="public"} 2.6870449e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 6.8293348e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 5.5497441e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1.844146494e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_ordertax",schemaname="public"} 1.348930626e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_pricelist",schemaname="public"} 1.11801174e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_productprice",schemaname="public"} 7.11954659e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 721663 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_salesrep",schemaname="public"} 3.8059519e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_location",schemaname="public"} 216 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_type",schemaname="public"} 355 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_technician",schemaname="public"} 216 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="v_qtyonhand",schemaname="public"} 18 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="v_taxamt",schemaname="public"} 5 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_reservation",schemaname="public"} 1.5511008e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_stat_user_tables_table_size_bytes Total disk space used by this table, in bytes # TYPE pg_stat_user_tables_table_size_bytes gauge pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="api_key",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer",schemaname="public"} 1.31211264e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer_address",schemaname="public"} 7.5374592e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 5.7851904e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_import_staging",schemaname="public"} 3.0646272e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="brand",schemaname="public"} 237568 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="c_region",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_event_store",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_receipts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_candidate_document",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_claim_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_department",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 589824 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_documents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_personal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_punch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 1.4336e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_salary",schemaname="public"} 229376 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_shift",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee",schemaname="public"} 409600 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_category",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_formula",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_holiday_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_incentive",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_offer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_requisition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_policy",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_type",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_leave_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_letter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_letter_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_source",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loan_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_component",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payslip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payslip_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_period",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_platform",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 122880 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_scorecard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_section_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_policy",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tax_regime",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tds_hra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tdsline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_team",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tour",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_tour_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_weeknumber",schemaname="public"} 40960 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_wfh_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_work_location",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_comm_templates",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_email_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alert",schemaname="public"} 2.1643264e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 581632 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_api_key",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_app_access",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_app_schema",schemaname="public"} 286720 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_approval_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_audit_config",schemaname="public"} 131072 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_audit_log",schemaname="public"} 2.883960832e+09 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_batch_log",schemaname="public"} 1.92053248e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 5.677056e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_batch_register",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit",schemaname="public"} 950272 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_location",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 147456 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_city",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_client",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_client_apps",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_compliance_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_country",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_coupon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_currency",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_data_load_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_datasource",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_doctype",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_doctype_template",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_event_alerts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_favourites",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_file",schemaname="public"} 3.923968e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_import_template",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integrations",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_integrations_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_license_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_master_data_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_menu",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_menu_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_menu_schema",schemaname="public"} 622592 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_messages",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 983040 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_mobile_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_nearbystores",schemaname="public"} 1.47456e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 319488 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_log",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_permission_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_print_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process",schemaname="public"} 114688 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_access",schemaname="public"} 1.196032e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_log",schemaname="public"} 5.9908096e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_parameter",schemaname="public"} 1.8210816e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_run",schemaname="public"} 4.3712512e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_schema",schemaname="public"} 974848 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_window",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_window_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 253952 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_producttour_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_producttour_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_promotion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_receipt_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_reference_schema",schemaname="public"} 663552 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_refresh_token",schemaname="public"} 3.719168e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_region",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_releases",schemaname="public"} 352256 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_releases_history",schemaname="public"} 1.753088e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_report",schemaname="public"} 262144 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_report_access",schemaname="public"} 466944 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_report_job",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_report_schema",schemaname="public"} 2.842624e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_reportschedule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_returnreason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_role",schemaname="public"} 425984 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_role_application",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_security_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_sequence",schemaname="public"} 2.408448e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_shift_definition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 2.0815872e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_system_preferences",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_table_schema",schemaname="public"} 1.4655488e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_task",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_tax_acct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_access",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 2.1045248e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_bunit",schemaname="public"} 655360 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_device",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_meta",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_mfa",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_session",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_views",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_webhook",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_webhooks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_window",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_window_access",schemaname="public"} 1.007616e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_window_process",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_window_schema",schemaname="public"} 6.6707456e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_order_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_events",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 1.76128e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1.974272e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 606208 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 1.490944e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwp_idea",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_collection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_collection_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_control_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_inspection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_parameters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwq_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 1.540096e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_configurations",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_customer_config",schemaname="public"} 147456 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_table",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_gift_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_giftcard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 7.634944e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_mystore",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 147456 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 131072 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 827392 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 2.00704e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 1.16465664e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 2.924544e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_config",schemaname="public"} 155648 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_log",schemaname="public"} 9.2987392e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_recipe",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 401408 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_sevent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 1.499136e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 1.941504e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_discount",schemaname="public"} 32768 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 188416 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 3.6831232e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 5.472256e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 1.466368e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash",schemaname="public"} 2.6312704e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 9.70752e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.7727488e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 401408 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 229376 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_wallet",schemaname="public"} 221184 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 368640 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cws_ticket",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cww_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwx_customer_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_channel",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_channel_frames",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_player_channel",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_players",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_schedules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ds_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="email_source",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_audit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_class",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 499712 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_return",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_type",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_account",schemaname="public"} 499712 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_account_category",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 40960 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 131072 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_adv_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ammortization",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_bank_connector",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_week",schemaname="public"} 147456 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_calendar_year",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expcategory",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expvoucher",schemaname="public"} 4.497408e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 606208 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 417792 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 401408 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_financial_acct",schemaname="public"} 860160 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 2.777088e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_isd_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_journal",schemaname="public"} 483328 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_journalline",schemaname="public"} 2.70336e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ledger",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ledger_details",schemaname="public"} 1.64233216e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_customer",schemaname="public"} 270336 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 1.605632e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 434176 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 188416 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 540672 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 376832 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 933888 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment",schemaname="public"} 499712 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_paymentline",schemaname="public"} 368640 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_paymentplan",schemaname="public"} 1.081344e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_period_control",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receipt",schemaname="public"} 2.9319168e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptline",schemaname="public"} 1.5040512e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1.6605184e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.4024704e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_transactions",schemaname="public"} 2.2339584e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="flyway_schema_history",schemaname="public"} 417792 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="hsncode",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="increment_no",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_gatepass",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_route_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_task",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_vehicle",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="line_tab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="list_contacts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_addon_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_attribute",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_attribute_value",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch",schemaname="public"} 6.856704e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_sequence",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_costing_log",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_costing_preferences",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_coupon_provider",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_internal_consumption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory",schemaname="public"} 638976 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_config",schemaname="public"} 4.759552e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_issue",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventoryline",schemaname="public"} 6.1186048e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_material_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_movement",schemaname="public"} 688128 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_movementline",schemaname="public"} 2.449408e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_approval",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_brand",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_formula",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricingrule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product",schemaname="public"} 3.8526976e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_attribute",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_category",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_category_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_group",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_images",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_purchase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt",schemaname="public"} 5.03808e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 212992 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 114688 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 778240 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1.335296e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_meta",schemaname="public"} 1.67936e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receiptline",schemaname="public"} 1.8825216e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 2.08896e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipttax",schemaname="public"} 253952 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_replenishment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_replenishment_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_rfid_tag",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_shipment",schemaname="public"} 2.4870912e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_shipment_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_shipmentline",schemaname="public"} 2.0652032e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_slowmover",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_stock",schemaname="public"} 6.8435968e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_stock_count",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_stockdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_storage_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_storagebin",schemaname="public"} 204800 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_supplier_product",schemaname="public"} 3.842048e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transaction",schemaname="public"} 1.26287872e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transactioncost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transactiondetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferissue",schemaname="public"} 950272 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1.826816e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferorder",schemaname="public"} 753664 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferorder_line",schemaname="public"} 2.400256e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 1.417216e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferreceipt",schemaname="public"} 688128 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1.548288e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferrequest",schemaname="public"} 761856 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 2.113536e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_tray",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_tray_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_unitcost",schemaname="public"} 3.7773312e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_unitcost_history",schemaname="public"} 3.7797888e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_wa_costing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_wa_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_warehouse",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_warranty_claims",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_warranty_master",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_wastage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_wastage_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 122880 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer",schemaname="public"} 458752 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_window_designer",schemaname="public"} 7.094272e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_drivers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_taskline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ofd_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="orders",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="otp_audit_log",schemaname="public"} 212992 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_inv_settlement",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoice",schemaname="public"} 2.670592e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoiceline",schemaname="public"} 8.495104e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 368640 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 5.554176e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoicetax",schemaname="public"} 983040 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_order",schemaname="public"} 2.162688e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_order_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_orderline",schemaname="public"} 1.7965056e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_orderlinetax",schemaname="public"} 1.0715136e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_ordertax",schemaname="public"} 737280 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_price_variance",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_pricelist",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_productprice",schemaname="public"} 2.2388736e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_productprice_history",schemaname="public"} 344064 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_requisition",schemaname="public"} 819200 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_requisition_line",schemaname="public"} 1.2730368e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_rfq",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_rfqlines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier",schemaname="public"} 843776 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_address",schemaname="public"} 917504 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_contact",schemaname="public"} 483328 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_credit",schemaname="public"} 278528 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_ioproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_job_details",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_locks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="qrtz_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer",schemaname="public"} 360448 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_address",schemaname="public"} 524288 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_contact",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_credit",schemaname="public"} 270336 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_creditline",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_estimate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_inv_settlement",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 114688 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoice",schemaname="public"} 4.9463296e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoice_integration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoice_meta",schemaname="public"} 2.048e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoiceline",schemaname="public"} 2.883584e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 3.2088064e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoicetax",schemaname="public"} 2.53952e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_images",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_line",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_part",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_services",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order",schemaname="public"} 3.981312e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment",schemaname="public"} 4.46464e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 3.538944e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1.2935168e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 3.514368e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_meta",schemaname="public"} 6.4692224e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderline",schemaname="public"} 2.830336e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderline_meta",schemaname="public"} 4.513792e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 5.103616e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1.6842752e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_ordertax",schemaname="public"} 1.2795904e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_packingslip_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_pfinvoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_pricelist",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_pricing_formula",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_productprice",schemaname="public"} 2.1979136e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_productprice_history",schemaname="public"} 581632 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_quotation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_quotation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_quotation_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_route_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_salesrep",schemaname="public"} 163840 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_bill",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_bill_line",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_inventory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_movement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_request",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_service_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_subscription_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_subscription_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_subscription_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_target",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_technician",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_trade_in",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_forms",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_forms_schema",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_menu",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_pages",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_posts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_seo_metadata",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="site_tags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_eas_gate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_fitting_room",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_reference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_reference_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_scan_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_scan_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_tag_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_tray",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="sr_tray_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="subline_tab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="test_table",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="v_next_assign_no",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="v_qtyonhand",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="v_taxamt",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_aisle",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_bin_capacity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_control_area",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_entity_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_level",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_operations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_rack",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_reservation",schemaname="public"} 1.581056e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="webinar_settings",schemaname="public"} 8192 # 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="kwc",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="orders",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="webinar_settings",schemaname="public"} 0 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="13.203.185.140:8642",short_version="16.11.0",version="PostgreSQL 16.11 (Debian 16.11-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="kwc",relname="ai_ocr_settings",schemaname="public"} 2261 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 2823 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 554 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 3.3682766264e+10 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 6.8396456119e+10 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 3.5339839358e+10 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_import_staging",schemaname="public"} 258729 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="brand",schemaname="public"} 1.19055222e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 911 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 16078 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 96601 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 1.397263e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 26788 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee",schemaname="public"} 880053 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 19344 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 1093 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 733 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job",schemaname="public"} 18363 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 13972 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 1721 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 74 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 33204 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 260 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_period",schemaname="public"} 3288 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 11856 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 7520 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_policy",schemaname="public"} 1877 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 1785 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 75272 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 899 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_comm_templates",schemaname="public"} 718 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_email_template",schemaname="public"} 1150 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 296790 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 190255 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 64166 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 1.456496e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_audit_config",schemaname="public"} 676204 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.9315484e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 8897 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_log",schemaname="public"} 25353 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 7.6759544e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_register",schemaname="public"} 2540 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit",schemaname="public"} 1.200337557e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_location",schemaname="public"} 5.174934e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 113406 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 214516 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_city",schemaname="public"} 30725 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_client",schemaname="public"} 4.0170561e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_client_apps",schemaname="public"} 28178 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_country",schemaname="public"} 1.4127798e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 16567 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_currency",schemaname="public"} 1.8800215e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_doctype",schemaname="public"} 8.1059712e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_doctype_template",schemaname="public"} 88237 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_file",schemaname="public"} 4.658868e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_import_template",schemaname="public"} 58864 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 2.3258613e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 110 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integration_scope",schemaname="public"} 862 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integrations",schemaname="public"} 744 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 4609 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_menu",schemaname="public"} 140 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_menu_schema",schemaname="public"} 28310 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 95597 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_module",schemaname="public"} 105325 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 1.624832e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 284581 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 6.838792e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_log",schemaname="public"} 1301 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 1970 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 141514 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process",schemaname="public"} 362975 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_access",schemaname="public"} 64721 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_log",schemaname="public"} 1.384678e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_parameter",schemaname="public"} 2.330009e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_run",schemaname="public"} 2.944641e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_schema",schemaname="public"} 144829 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window",schemaname="public"} 22703 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window_access",schemaname="public"} 914 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 2078 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_reference_schema",schemaname="public"} 119964 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_refresh_token",schemaname="public"} 507254 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_region",schemaname="public"} 3.0995351e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_releases",schemaname="public"} 775662 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_releases_history",schemaname="public"} 15822 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 56410 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_report_access",schemaname="public"} 361090 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_report_schema",schemaname="public"} 425385 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_reportschedule",schemaname="public"} 716 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 212 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_role",schemaname="public"} 801889 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_role_application",schemaname="public"} 6486 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_sequence",schemaname="public"} 1.0571401e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 50624 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_system_preferences",schemaname="public"} 42857 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_table_schema",schemaname="public"} 5.7099988e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_task",schemaname="public"} 68 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tax",schemaname="public"} 1.7022976e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tax_acct",schemaname="public"} 134794 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_taxcategory",schemaname="public"} 2.417683e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 1.5906211e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 14935 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_uom",schemaname="public"} 7.8538058e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user",schemaname="public"} 5.0630512e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_access",schemaname="public"} 1.3145128e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 216028 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 6.5717919e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_meta",schemaname="public"} 67554 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_mfa",schemaname="public"} 50 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_preference",schemaname="public"} 3925 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_views",schemaname="public"} 134827 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_webhooks",schemaname="public"} 37786 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window",schemaname="public"} 4.020527e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window_access",schemaname="public"} 783330 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window_process",schemaname="public"} 1.122048e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window_schema",schemaname="public"} 1.173689e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 2804 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow",schemaname="public"} 10817 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 520921 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 2.0560711e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 1230 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 22459 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 628441 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 23027 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 13241 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 58707 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_configurations",schemaname="public"} 3928 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_customer_config",schemaname="public"} 36688 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 16347 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 255 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 108 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 24949 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 265634 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 12262 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 1.7995043e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 1.208854e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 12225 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 130473 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 25454 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 19167 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 4.414351e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 2.652635e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 13084 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 26095 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 9.6925551e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 2.9915422e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 177013 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 269561 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 898152 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 2.481075e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 25126 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 6499 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 2.118408e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 12189 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_saletype",schemaname="public"} 1.732954e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 12979 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 8.297386e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 3.593015e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 7.177732e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_discount",schemaname="public"} 20707 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till",schemaname="public"} 8.088242e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 241268 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 4.95336641e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.655153e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 45573 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 100716 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 1.64716925e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 217858 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 6.5896801e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 11398 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 114334 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet",schemaname="public"} 2.358078e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 12465 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 13018 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 1734 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 108632 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="email_source",schemaname="public"} 8583 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset",schemaname="public"} 5396 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_class",schemaname="public"} 632 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 17630 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 1000 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 261 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_type",schemaname="public"} 120 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 872 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 721 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_account",schemaname="public"} 9.650183e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 221041 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 9.767607e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 9.589742e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 3.9059236e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 2.9293794e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 9.764668e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 2.9293992e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 9.764799e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 1.9529618e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 1.17177093e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 3.6764707e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 170 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 1533 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar_year",schemaname="public"} 6.140276e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 278 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expcategory",schemaname="public"} 525599 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expvoucher",schemaname="public"} 1.0215767e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 3.318962e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 913432 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 581311 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 5.507939e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 1.23923e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 256 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 149 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_journal",schemaname="public"} 417738 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 5.160523e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ledger_details",schemaname="public"} 4.9246595062e+10 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1.47661113e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 1.1635079e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 22742 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 948 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 1268 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 429651 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 3.188715e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 2.523892e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1.01237e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 471 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 66475 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 50909 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 32457 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 413390 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 481353 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1.1385138e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 540723 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 11614 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_period_control",schemaname="public"} 4.3811895e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 132 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 4.7467153e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 3.6337308e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 3.2121517e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 3.5859656e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 10856 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 2.42276187e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="flyway_schema_history",schemaname="public"} 2806 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="hsncode",schemaname="public"} 4.664474e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="increment_no",schemaname="public"} 52 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_task",schemaname="public"} 104 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch",schemaname="public"} 4.34910054e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_group",schemaname="public"} 2.345946e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_sequence",schemaname="public"} 1548 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 156 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_costing_log",schemaname="public"} 116 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_costing_preferences",schemaname="public"} 758 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory",schemaname="public"} 1.0623603e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_config",schemaname="public"} 3.123392e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_issue",schemaname="public"} 4312 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 20628 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 1187 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 198 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventoryline",schemaname="public"} 2.992205343e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 185633 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 1.221593e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_approval",schemaname="public"} 7880 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 7923 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 37819 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricingrule",schemaname="public"} 133497 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product",schemaname="public"} 1.566680233e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_category",schemaname="public"} 1.1295215e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_group",schemaname="public"} 2.087942e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 2.003323e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 40670 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 1918 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 16201 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 13673 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 264612 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_meta",schemaname="public"} 468013 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receiptline",schemaname="public"} 3.23446091e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 1.941591e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipttax",schemaname="public"} 196717 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_shipment",schemaname="public"} 2.15927921e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_shipmentline",schemaname="public"} 8.4621285e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_stock",schemaname="public"} 2.20709259e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 4659 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_storagebin",schemaname="public"} 3.714397668e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_supplier_product",schemaname="public"} 2.657589e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transaction",schemaname="public"} 3.411570444e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferissue",schemaname="public"} 1.326568e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferissue_line",schemaname="public"} 236246 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferorder",schemaname="public"} 2.610733e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferorder_line",schemaname="public"} 607401 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 40937 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1.11946e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 810342 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferrequest",schemaname="public"} 1.70289e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 242908 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_unitcost",schemaname="public"} 3.85018884e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 974229 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_warehouse",schemaname="public"} 8.43335957e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 9581 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 9609 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 2489 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="otp_audit_log",schemaname="public"} 28727 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_inv_settlement",schemaname="public"} 88 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 3.6992949e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 1.07119719e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 38017 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 5.06613303e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 1.815811e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 1.6319889e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_orderline",schemaname="public"} 2.51692455e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_orderlinetax",schemaname="public"} 2.579653433e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 1.777712e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 1256 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 1.063068e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_productprice",schemaname="public"} 5.191728e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 10537 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 2.135276e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 1.875600805e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier",schemaname="public"} 1.0390441e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_address",schemaname="public"} 3.375209e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_category",schemaname="public"} 2.622206e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 9953 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 54254 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 9608 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 15769 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 3976 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 7904 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 3.077846e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_triggers",schemaname="public"} 267640 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer",schemaname="public"} 3.0095846e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_address",schemaname="public"} 2.52855631e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_category",schemaname="public"} 2.3729746e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_contact",schemaname="public"} 956938 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 420602 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 1720 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_inv_settlement",schemaname="public"} 19063 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 15463 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 1.240303492e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoice_meta",schemaname="public"} 7.7954725e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.80442553e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 1696 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 5.371421e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 7.34823494e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder",schemaname="public"} 108969 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 174 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 70 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 174 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 174 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 62 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order",schemaname="public"} 2.85452147e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 5503 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 496245 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 86099 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 304394 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 1.1240249e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 318555 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_meta",schemaname="public"} 4.7291136e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 5.6493742e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderline_meta",schemaname="public"} 2.751527e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 2.458581e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 8.1670868e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 5.7133162e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_pricelist",schemaname="public"} 1.12326408e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_productprice",schemaname="public"} 1.49890774e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_productprice_history",schemaname="public"} 100827 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_salesrep",schemaname="public"} 2.1527625e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_bill",schemaname="public"} 93 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_bill_line",schemaname="public"} 172 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_location",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_request",schemaname="public"} 980 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_type",schemaname="public"} 64 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_technician",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="v_qtyonhand",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="v_taxamt",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_reservation",schemaname="public"} 1.057646e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 324505 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 55760 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 5213 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_import_staging",schemaname="public"} 50338 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="brand",schemaname="public"} 251 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 91 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee",schemaname="public"} 312 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_period",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_email_template",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alert",schemaname="public"} 19362 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 454 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 182 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 178 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 8.109157e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 42 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 820 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit",schemaname="public"} 8500 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_location",schemaname="public"} 110 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 37 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 58 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_city",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_client",schemaname="public"} 834 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_client_apps",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_country",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_currency",schemaname="public"} 808 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_doctype",schemaname="public"} 966 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 39 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_file",schemaname="public"} 143 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_import_template",schemaname="public"} 303 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integrations",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_menu",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_menu_schema",schemaname="public"} 218 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 784 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_module",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 1408 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 89 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 66 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process",schemaname="public"} 92 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_access",schemaname="public"} 1107 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_log",schemaname="public"} 6110 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 844 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_run",schemaname="public"} 5298 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_schema",schemaname="public"} 746 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 86 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_reference_schema",schemaname="public"} 813 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 572 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_region",schemaname="public"} 33 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_releases",schemaname="public"} 340 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 517 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 163 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_report_access",schemaname="public"} 510 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_report_schema",schemaname="public"} 438 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_role",schemaname="public"} 28 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_role_application",schemaname="public"} 63 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_sequence",schemaname="public"} 2010 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 1038 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_system_preferences",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_table_schema",schemaname="public"} 5772 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_task",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tax",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_uom",schemaname="public"} 815 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user",schemaname="public"} 346 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_access",schemaname="public"} 815 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 4799 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 771 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_meta",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_preference",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_views",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window",schemaname="public"} 195 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window_access",schemaname="public"} 1470 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window_process",schemaname="public"} 327 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window_schema",schemaname="public"} 697 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 180 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 211 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 60 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 267 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 255 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 30 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 802 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 19 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 1034 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 14226 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 1329 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 82 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 10009 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 38 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_saletype",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 238 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 213 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 240 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till",schemaname="public"} 132 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 96 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 4830 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 805 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 181 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 45 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 2876 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 2009 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1905 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 38 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 44 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet",schemaname="public"} 25 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 32 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="email_source",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_account",schemaname="public"} 460 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 27 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 23 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 18 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 18 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 92 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 103 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar_year",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 195 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 46 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 31 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 360 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 600 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 69 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 40 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 497 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 8239 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 35 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 25 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 201 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 37 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment",schemaname="public"} 39 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 36 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 42 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_period_control",schemaname="public"} 63 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 2817 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 1548 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1729 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1432 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 1972 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 322 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 50 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="increment_no",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_task",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch",schemaname="public"} 85363 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_group",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_costing_log",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory",schemaname="public"} 5228 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 3566 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_issue",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventoryline",schemaname="public"} 1.13030146e+08 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 464 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product",schemaname="public"} 1.864324e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_category",schemaname="public"} 118 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_group",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt",schemaname="public"} 203 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_meta",schemaname="public"} 97 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receiptline",schemaname="public"} 613 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_shipment",schemaname="public"} 1928 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_shipmentline",schemaname="public"} 2090 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_stock",schemaname="public"} 22166 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_storagebin",schemaname="public"} 1060 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 459 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transaction",schemaname="public"} 49464 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferissue",schemaname="public"} 87 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 178 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferorder",schemaname="public"} 82 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 137 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 190 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 71 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 157 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferrequest",schemaname="public"} 83 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 128 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_unitcost",schemaname="public"} 13146 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 17757 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_warehouse",schemaname="public"} 316 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 68 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 44 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 55 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 89 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 59 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 214 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_orderline",schemaname="public"} 1540 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 983 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 68 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_productprice",schemaname="public"} 27211 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 19 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 97 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 1446 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier",schemaname="public"} 1412 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 957 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 432 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 27 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 5 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 3 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 335 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer",schemaname="public"} 210 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_address",schemaname="public"} 152 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_category",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 29 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 30 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_inv_settlement",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 3402 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 2921 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 2730 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 2098 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order",schemaname="public"} 3815 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 28 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_meta",schemaname="public"} 6674 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 2909 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 455 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 501 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1686 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 1324 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_pricelist",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_productprice",schemaname="public"} 30421 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 76 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_salesrep",schemaname="public"} 92 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_bill",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_location",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_request",schemaname="public"} 40 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_type",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_technician",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="v_qtyonhand",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="v_taxamt",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_reservation",schemaname="public"} 131 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 2194 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 1736 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 358 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 7.12378784e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1.49294e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 37441 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 717360 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="brand",schemaname="public"} 2.22563805e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 10250 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 75 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_status",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_year",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bank_info",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_behaviour",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_category",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 16496 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_dependants",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_dept_team",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_division",schemaname="public"} 426 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ed_history",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_address",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 5424 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_details",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_documents",schemaname="public"} 1143 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_loan",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_passport",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_personal",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_punch",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 10716 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 1425 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_shift",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_empid_config",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee",schemaname="public"} 30680 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 19746 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_education",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_experience",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 2394 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 658 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 154 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 158 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 653 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_increment_policy",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interview_round",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interviews",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job",schemaname="public"} 13331 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 391 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_employee",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_org",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 15541 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_request",schemaname="public"} 2156 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 152 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 1987 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_view",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_letter",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 96 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 14902 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 425 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 1354 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 20960 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 235 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslab",schemaname="public"} 425 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip_component",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_perform_review",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_period",schemaname="public"} 3630 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 20961 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 175 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_element",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 4687 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 867 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_scorecard",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_section",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_section_group",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_days",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_policy",schemaname="public"} 665 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tax_regime",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tour",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tour_request",schemaname="public"} 1972 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_schedule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_visa_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 96 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 651 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_wfh_request",schemaname="public"} 1974 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 5864 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 717 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="commerce_cart",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="commerce_cart_line",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cprf_set_scores",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_account",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_activity",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_camp_settings",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaigns",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_comm_templates",schemaname="public"} 1586 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_contact",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_email_template",schemaname="public"} 1983 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_seglist",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 24693 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 256785 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 313637 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 17502 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 155335 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_setup",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_audit_config",schemaname="public"} 346563 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_audit_log",schemaname="public"} 9.125911e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 5988 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_log",schemaname="public"} 5468 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 50571 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_register",schemaname="public"} 1886 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit",schemaname="public"} 1.83402088e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_location",schemaname="public"} 69570 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 5243 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 59897 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_city",schemaname="public"} 31803 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client",schemaname="public"} 245557 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client_applications",schemaname="public"} 1132 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client_apps",schemaname="public"} 13652 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_country",schemaname="public"} 288566 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 13501 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_currency",schemaname="public"} 134085 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 15154 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_load_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 147995 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_datasource",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_division",schemaname="public"} 4987 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_doctype",schemaname="public"} 1.39777e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_doctype_template",schemaname="public"} 5569 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_event_alerts",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_favourites",schemaname="public"} 347 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_file",schemaname="public"} 32122 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_import_template",schemaname="public"} 5723 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 199552 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_scope",schemaname="public"} 838 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integrations",schemaname="public"} 733 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integrations_config",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 3152 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_language",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_license_policy",schemaname="public"} 38606 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_master_data_config",schemaname="public"} 4722 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_menu",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_menu_group",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_menu_schema",schemaname="public"} 11633 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_messages",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 28303 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_role",schemaname="public"} 3838 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_module",schemaname="public"} 64838 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 8427 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 11398 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 50764 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group",schemaname="public"} 266 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 2980 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 456 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_log",schemaname="public"} 138 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 138 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 17540 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_print_template",schemaname="public"} 8803 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_print_template_query",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process",schemaname="public"} 347685 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_access",schemaname="public"} 69653 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_log",schemaname="public"} 662884 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_parameter",schemaname="public"} 46288 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_run",schemaname="public"} 3.558848e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_schema",schemaname="public"} 194593 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window_access",schemaname="public"} 2007 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 639 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_producttour_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_producttour_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_reference_schema",schemaname="public"} 116642 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_refresh_token",schemaname="public"} 41194 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_region",schemaname="public"} 1.355094e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_releases",schemaname="public"} 1365 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_releases_history",schemaname="public"} 335 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 119504 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_access",schemaname="public"} 556457 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_job",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_schema",schemaname="public"} 787364 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_reportschedule",schemaname="public"} 596 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_returnreason",schemaname="public"} 90378 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_role",schemaname="public"} 86816 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_role_application",schemaname="public"} 745 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_sequence",schemaname="public"} 943727 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 8516 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_system_preferences",schemaname="public"} 179115 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_table_schema",schemaname="public"} 822386 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_task",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tax",schemaname="public"} 394188 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tax_acct",schemaname="public"} 2637 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_taxcategory",schemaname="public"} 58076 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_taxzone",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 48567 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_timezone",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_uom",schemaname="public"} 235381 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user",schemaname="public"} 4.4703071e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_access",schemaname="public"} 36947 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 40600 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 24810 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_device",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_division_access",schemaname="public"} 99825 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_meta",schemaname="public"} 24215 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_mfa",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_preference",schemaname="public"} 2595 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 1499 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_views",schemaname="public"} 18581 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_webhooks",schemaname="public"} 36421 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window",schemaname="public"} 6.881105e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_access",schemaname="public"} 1.270892e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 139 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_process",schemaname="public"} 11951 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_rules",schemaname="public"} 521 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_schema",schemaname="public"} 2.049502e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 45011 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 50296 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 3138 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wftasks",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow",schemaname="public"} 26096 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 30501 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 50864 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 2108 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 41411 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 678448 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 5681 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_assurance",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection",schemaname="public"} 36507 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection_line",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection_product",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_control",schemaname="public"} 119 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_control_line",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 30594 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 2190 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_template",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 25389 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 279849 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 19863 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_configurations",schemaname="public"} 65619 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_config",schemaname="public"} 11330 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_login",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 13067 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_discount_request",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_events",schemaname="public"} 12079 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 36362 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 36334 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 36792 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 138 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order",schemaname="public"} 22040 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 12201 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 24070 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 12012 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 12012 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 65163 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_section",schemaname="public"} 12057 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table",schemaname="public"} 9884 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 12097 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback",schemaname="public"} 119 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 27520 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 27336 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_gift_config",schemaname="public"} 133 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 481 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard",schemaname="public"} 12586 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 13660 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 27357 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 27295 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_image_library",schemaname="public"} 70 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_ingredients",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 11265 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 12071 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 105694 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 914754 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 12698 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 11266 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 142804 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 73666 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 59278 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_mystore",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 5442 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 1154 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 13554 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 58448 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 111542 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 41633 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 69470 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 891691 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 13206 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 135556 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 13014 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 113789 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 83950 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 599822 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 14195 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 18075 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 924 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 47638 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_product_addon",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 13015 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 13206 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe",schemaname="public"} 111216 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 222400 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 222400 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 37089 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 111241 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 14095 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 14095 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 11213 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_rules",schemaname="public"} 12073 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype",schemaname="public"} 248040 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 12283 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 11728 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 173175 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 1.043339e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_discount",schemaname="public"} 6302 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 3202 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till",schemaname="public"} 7.093178e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 12303 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 522211 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.256147e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_log",schemaname="public"} 667 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 12738 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 8844 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 13843 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 529318 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 172411 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 426564 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 5438 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 24453 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet",schemaname="public"} 198217 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 11906 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 12451 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 1420 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 8259 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cws_ticket",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 3835 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_task",schemaname="public"} 62930 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_taskline",schemaname="public"} 15183 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 142 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="email_source",schemaname="public"} 8338 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset",schemaname="public"} 2872 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_audit",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_class",schemaname="public"} 507 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 3841 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 320 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 136 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_registration",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 293 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_type",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 849 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 91 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 531 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_account",schemaname="public"} 1.0381479e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 15804 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 51215 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 49800 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 48515 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 48452 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 48486 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 59923 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 48506 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 48519 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 48559 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 8647 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 3.6812213e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar_year",schemaname="public"} 48058 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 758 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 47038 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 123 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expcategory",schemaname="public"} 300038 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 607 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucher",schemaname="public"} 1.207583e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 6004 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 19628 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 2737 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 3.509081e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 844701 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 216 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_summary",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_journal",schemaname="public"} 180544 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 26978 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger",schemaname="public"} 224 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger_details",schemaname="public"} 1.417621e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 209513 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 39520 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 2147 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 576 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 153 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 4551 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 10056 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 3727 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 7911 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 501998 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 8993 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 4337 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 52866 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 28733 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 122320 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 5179 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 291432 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 15223 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 713 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 50250 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period",schemaname="public"} 13205 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_control",schemaname="public"} 514574 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 6.151441e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 3.406501e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 7.1532738e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 3.863136e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 7942 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 1020 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 442416 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="hsncode",schemaname="public"} 9.118077e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_provider",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_route_details",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_task",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_addon",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_addon_group",schemaname="public"} 58520 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute",schemaname="public"} 58517 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute_group",schemaname="public"} 58492 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch",schemaname="public"} 3.28389126e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_attribute",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_conversion",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_group",schemaname="public"} 2.318826e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_sequence",schemaname="public"} 875 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 266 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_bom",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_categories_products",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_costing_log",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_costing_preferences",schemaname="public"} 687 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_coupon_provider",schemaname="public"} 143 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_coupon_sales",schemaname="public"} 408 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_custom_attribute",schemaname="public"} 94631 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 58463 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_internal_consumption",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory",schemaname="public"} 2.123944e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_config",schemaname="public"} 116524 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_issue",schemaname="public"} 2514 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 1401 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 1824 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 1144 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventoryline",schemaname="public"} 1.0457379e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 286 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 70512 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 12040 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 235 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 29690 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 12638 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 127 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 7780 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_approval",schemaname="public"} 11242 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 7787 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 7781 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_brand",schemaname="public"} 7780 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 7781 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 22553 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 31129 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 74784 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_customer",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 7805 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_formula",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 31149 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 7780 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 2222 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 31289 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricingrule",schemaname="public"} 122923 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product",schemaname="public"} 9.74152041e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_addon",schemaname="public"} 59863 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_attribute",schemaname="public"} 58550 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_bom",schemaname="public"} 137655 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category",schemaname="public"} 3.351639e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category_acct",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category_attr",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_divisions",schemaname="public"} 99841 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_group",schemaname="public"} 43254 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 94972 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 569 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 4.006335e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 8676 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 547 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 4453 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1277 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 6434 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_lc",schemaname="public"} 340 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_meta",schemaname="public"} 12541 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline",schemaname="public"} 2.443895e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 376 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 459 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 7374 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 12955 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipttax",schemaname="public"} 21402 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_products",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_rfid_tag",schemaname="public"} 35451 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment",schemaname="public"} 1.44631726e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline",schemaname="public"} 2.21377054e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 1016 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_slowmover",schemaname="public"} 61812 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock",schemaname="public"} 5.5378229e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_count",schemaname="public"} 1206 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_count_line",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 2566 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 1669 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stockdetails",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_storage_group",schemaname="public"} 1148 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_storagebin",schemaname="public"} 2.06320433e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_supplier_product",schemaname="public"} 478523 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tracker",schemaname="public"} 993 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_trackertype",schemaname="public"} 36502 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transaction",schemaname="public"} 4.66877651e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transactioncost",schemaname="public"} 157 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transactiondetails",schemaname="public"} 151 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue",schemaname="public"} 635855 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue_line",schemaname="public"} 242241 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder",schemaname="public"} 1.966187e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder_line",schemaname="public"} 311328 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 9586 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt",schemaname="public"} 354530 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 81426 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferrequest",schemaname="public"} 1.297116e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 201413 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tray",schemaname="public"} 736 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_unitcost",schemaname="public"} 630736 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 314941 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_brand",schemaname="public"} 141 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_category",schemaname="public"} 145 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_group",schemaname="public"} 141 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_product",schemaname="public"} 166 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_costing",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_product",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse",schemaname="public"} 1.58386476e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 3926 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warranty_claims",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warranty_master",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastage",schemaname="public"} 3636 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastage_meta",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastageline",schemaname="public"} 3077 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 4232 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 551 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 303 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 96 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_drivers",schemaname="public"} 14742 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 96 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_tasks",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="orders",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="otp_audit_log",schemaname="public"} 2586 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_order",schemaname="public"} 1105 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_orderline",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_agent",schemaname="public"} 32416 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_contract",schemaname="public"} 1151 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_contract_line",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_dn_settlement",schemaname="public"} 114 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_exp_settlement",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_in_settlement",schemaname="public"} 114 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_inv_settlement",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 276 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 989696 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 108 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 265954 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 341 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 1640 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 42917 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 49620 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 207 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 4.103395e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order_lc",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order_meta",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline",schemaname="public"} 3.291301e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline_bom",schemaname="public"} 174 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline_meta",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderlinetax",schemaname="public"} 79239 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 73605 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 206 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 25222 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_pricelist_version",schemaname="public"} 7569 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_productprice",schemaname="public"} 13929 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 1905 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 395809 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 349054 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfq",schemaname="public"} 111 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfqlines",schemaname="public"} 81 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier",schemaname="public"} 1.3384537e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_acct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_address",schemaname="public"} 4.41248e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_category",schemaname="public"} 2.651301e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 1355 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 2936 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 151 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 215 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 151 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 149 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 433 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 525 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 410 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 131 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 2112 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 228 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 5941 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 1117 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 43918 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 6864 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 2257 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 118 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 44789 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 94 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_triggers",schemaname="public"} 486281 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_cn_settlement",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer",schemaname="public"} 4.0073809e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_acct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_address",schemaname="public"} 2.3669194e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 124 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_category",schemaname="public"} 205612 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_category_products",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_contact",schemaname="public"} 2068 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 10373 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 298 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_settlement",schemaname="public"} 218 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_dropship",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_dropship_line",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_estimate",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_in_settlement",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 70 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_plan",schemaname="public"} 2026 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_summary",schemaname="public"} 2036 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_inv_settlement",schemaname="public"} 750 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 696 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 6.9529918e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice_integration",schemaname="public"} 249 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice_meta",schemaname="public"} 12612 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 3.24687195e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 212 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 1.3109673e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 486167 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 166 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder",schemaname="public"} 1834 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order",schemaname="public"} 2.65700745e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 2260 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 348310 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 20821 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 94623 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 44527 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 7794 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_meta",schemaname="public"} 4.8128271e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 1.77330417e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_addons",schemaname="public"} 128157 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_meta",schemaname="public"} 48421 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 50543 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 171592 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 292261 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_packingslip_details",schemaname="public"} 142 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice",schemaname="public"} 600 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 148 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricelist",schemaname="public"} 552472 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricelist_version",schemaname="public"} 106193 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricing_formula",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_productprice",schemaname="public"} 3.06932528e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_productprice_history",schemaname="public"} 6230 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation",schemaname="public"} 25588 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line",schemaname="public"} 3704 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_rfq",schemaname="public"} 1298 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_rfqline",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_route_plan",schemaname="public"} 15828 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_salesrep",schemaname="public"} 3.933901e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_bill",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_bill_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_inventory",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_location",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_movement",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_request",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_type",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription",schemaname="public"} 862 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_group",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_target",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_technician",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_trade_in",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_feedback",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_fitting_events",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_data",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_location",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_events",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_products",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 5258 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="test_table",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_aisle",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_bin_capacity",schemaname="public"} 81 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_control_area",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_operations",schemaname="public"} 1115 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_rack",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_reservation",schemaname="public"} 20955 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 230 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 70345 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 16473 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 1255 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="brand",schemaname="public"} 99 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_airticket",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_attendance_year",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bank_info",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_behaviour",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_breaks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_candidates",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_delegation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_dependants",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_dept_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_division",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ed_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_details",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_documents",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eos",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_exemption",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_id_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_interview_round",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_interviews",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_role",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_org",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_letter",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nationality",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_passport",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslab",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_perform_review",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_period",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_provision",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_resignation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_retropay",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_section_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_slab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_slabline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tour",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_question",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_wfh_request",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="commerce_cart",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cprf_set_scores",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_account",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_camp_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_campaigns",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_contact",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_email_template",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_sale",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_seglist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_social_post",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_stream",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alert",schemaname="public"} 3617 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_announcement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_setup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 101 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 79812 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit",schemaname="public"} 904 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_location",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_city",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client_applications",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client_apps",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_country",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_currency",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_load_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_datasource",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_division",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_doctype",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_event_alerts",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_favourites",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_file",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_import_template",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integrations",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_language",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_license_policy",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_master_data_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_menu",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_menu_group",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_menu_schema",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_messages",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_mobile_role",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_module",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_print_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_print_template_query",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_access",schemaname="public"} 543 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_log",schemaname="public"} 1266 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 94 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_run",schemaname="public"} 1283 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_schema",schemaname="public"} 120 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_producttour_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_producttour_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reference_schema",schemaname="public"} 180 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 223 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_region",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_releases",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 71 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_access",schemaname="public"} 255 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_job",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_schema",schemaname="public"} 124 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_returnreason",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_role",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_role_application",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_sequence",schemaname="public"} 220 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 141 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_system_preferences",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_table_schema",schemaname="public"} 355 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tax",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_taxzone",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_timezone",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_uom",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user",schemaname="public"} 383 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_access",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 227 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_device",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_locale",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_meta",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_preference",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_session",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_views",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_access",schemaname="public"} 583 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_process",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_rules",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_schema",schemaname="public"} 361 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_channel",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_company",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 142 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 133 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwp_idea",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwp_milestone",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_assurance",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_control",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_parameters",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_template",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_login",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_discount_request",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_events",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_section",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 226 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 6635 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 309 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 1662 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_rules",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_sevent",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 1296 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 173 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 524 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 284 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 525 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cws_ticket",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_task",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_taskline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwx_payment_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_channel",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_channel_frames",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_player_channel",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_players",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_playlist_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_playlists",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_schedules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ds_tray_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="email_source",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_loc_building",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_loc_floor",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_loc_room",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_account",schemaname="public"} 185 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar_month",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar_year",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 205 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 1319 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_control",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_periodline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 860 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 1822 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 965 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 807 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 363 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_gatepass",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_provider",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_route_details",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_task_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="line_tab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="list_contacts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_addon",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_addon_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_attribute",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_attribute_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_attribute_value",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch",schemaname="public"} 36188 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_attribute",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_conversion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_group",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_bom",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_bom_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_categories_products",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_costing_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_coupon_provider",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_coupon_sales",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_custom_attribute",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_internal_consumption",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory",schemaname="public"} 946 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 338 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_issue",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventoryline",schemaname="public"} 1.718644e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_issue_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_formula",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_payment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product",schemaname="public"} 391868 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_addon",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_bom",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_group",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_lc",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_meta",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipttax",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_rfid_tag",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipment",schemaname="public"} 1075 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipment_charges",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipment_meta",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentline",schemaname="public"} 1125 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_slowmover",schemaname="public"} 800 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock",schemaname="public"} 14400 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_count",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_count_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stockdetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_storage_group",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_storagebin",schemaname="public"} 1657 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 291 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_tracker",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_trackertype",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transaction",schemaname="public"} 20837 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transactioncost",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transactiondetails",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 90 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferrequest",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 84 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_tray",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_tray_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_unitcost",schemaname="public"} 1088 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 1096 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wa_product",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warranty_claims",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warranty_master",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastage",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastage_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastageline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="multitabchecking",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="myonlytest",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_companies",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_drivers",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_taskline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_tasks",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="orders",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ox_order",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ox_order_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ox_orderline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_agent",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_contract",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_contract_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_dn_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order_lc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline",schemaname="public"} 228 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 249 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_productprice",schemaname="public"} 1732 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 300 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_rfq",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_rfqlines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier",schemaname="public"} 219 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_configuration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_project",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_sketch",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_application",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_bug",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_docs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_feature",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_module",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project_team",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project_user",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_resources",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_skill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_task_group",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_testcase",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_processic",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 84 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 797 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_business_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_cn_settlement",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_address",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_category",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_dropship",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_estimate",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_in_settlement",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_industry_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_inv_settlement",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 1421 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 924 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 1447 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 515 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order",schemaname="public"} 3876 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 187 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_meta",schemaname="public"} 3556 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 1251 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 125 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 131 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 404 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 361 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pricelist",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pricing_formula",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_productprice",schemaname="public"} 8380 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 464 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_rfq",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_rfqline",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_route_payment_method",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_route_plan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_salesrep",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_bill",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_inventory",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_location",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_movement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_request",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription_group",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription_plan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_survey_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_target",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_technician",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_trade_in",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="seg_criteria",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_categories_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_forms",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_forms_schema",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_list",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_media",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_menu",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_menu_title",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_pages",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_posts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_seo_metadata",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_settings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="site_tags",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_device",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_eas_gate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_fitting_events",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_fitting_room",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_location_users",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_reference",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_reference_activity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_scan_data",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_scan_location",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tag_meta",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_events",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_products",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="subline_tab",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="test_table",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_aisle",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_associated_equipment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_bin_capacity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_control_area",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_entity_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_exception_action",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_level",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_operations",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_rack",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_reservation",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_task",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_task_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_tolerance",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="webinar_settings",schemaname="public"} 1 # 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="kwc",relname="ai_ocr_settings",schemaname="public"} 3484 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 1050 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 402 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_audit_log",schemaname="public"} 3.7952734e+07 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_batch_log",schemaname="public"} 283100 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 7218 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_bunit",schemaname="public"} 716118 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_menu_schema",schemaname="public"} 14534 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 515 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_parameter",schemaname="public"} 49993 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_schema",schemaname="public"} 32463 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 624 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_reference_schema",schemaname="public"} 270 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_releases_history",schemaname="public"} 1696 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 1415 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_report_schema",schemaname="public"} 857212 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 45140 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_table_schema",schemaname="public"} 950590 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 53 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_window_schema",schemaname="public"} 3.817428e+06 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 207738 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_customer_config",schemaname="public"} 23622 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 2.040854e+06 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 105332 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 298182 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 362056 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 84101 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_discount",schemaname="public"} 214 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 67097 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 5809 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 26418 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 14 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 18 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 18 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 1846 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 99 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 3 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_bunit",schemaname="public"} 34 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_menu_schema",schemaname="public"} 25 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 18 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 9 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_schema",schemaname="public"} 20 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 18 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_reference_schema",schemaname="public"} 18 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 37 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 13 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_report_schema",schemaname="public"} 161 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 44 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_table_schema",schemaname="public"} 284 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 5 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_window_schema",schemaname="public"} 1551 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 27 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 21 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 180 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 16 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 21 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 7 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 16 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 8 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 5 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 14 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 61 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 1784 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 949 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 377 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.4308592e+07 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_batch_log",schemaname="public"} 848062 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 8198 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_bunit",schemaname="public"} 705395 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_menu_schema",schemaname="public"} 29300 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 528 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_parameter",schemaname="public"} 36874 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_schema",schemaname="public"} 30848 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 668 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_reference_schema",schemaname="public"} 248 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_releases_history",schemaname="public"} 39714 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 1448 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_report_schema",schemaname="public"} 564452 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 97115 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_table_schema",schemaname="public"} 817602 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 25 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_window_schema",schemaname="public"} 9.385314e+06 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 121573 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_customer_config",schemaname="public"} 13952 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 1.041345e+06 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 73645 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 202167 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 533423 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 78736 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_discount",schemaname="public"} 141 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 66737 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 7408 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 55293 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",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="kwc",relname="ai_ocr_settings",schemaname="public"} 7 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="b2c_import_staging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 71 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 33 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 93328 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 9119 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 3 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_bunit",schemaname="public"} 66 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_menu_schema",schemaname="public"} 497 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 54 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 317 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_schema",schemaname="public"} 214 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 20 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_reference_schema",schemaname="public"} 29 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 1451 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 48 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_report_schema",schemaname="public"} 2331 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 4349 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_table_schema",schemaname="public"} 9476 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 2 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_window_schema",schemaname="public"} 68828 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 1443 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 33 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 10503 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 568 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 131 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 20 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 42 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 3 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 12 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="increment_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 174 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 4490 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_estimate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="v_qtyonhand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="v_taxamt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",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="HEAD",goarch="arm64",goos="linux",goversion="go1.24.7",revision="320b684f3dcd3f09b6e694e43f9b389b1a8199e5",tags="unknown",version="0.18.1"} 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 32698.29 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # 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 3.9359386334e+10 # 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 2.2660390687e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.7415296e+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.77496052649e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.40791808e+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"} 69145 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0