# 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.7524e-05 go_gc_duration_seconds{quantile="0.25"} 9.8865e-05 go_gc_duration_seconds{quantile="0.5"} 0.000131465 go_gc_duration_seconds{quantile="0.75"} 0.00017213 go_gc_duration_seconds{quantile="1"} 0.000349971 go_gc_duration_seconds_sum 100.414597352 go_gc_duration_seconds_count 634516 # 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 8 # 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.8450904e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 6.08490298224e+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 1.39612270524e+11 # 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.29536e+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.8450904e+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.42516224e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.2661504e+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 643311 # 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.39296768e+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.75177728e+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.78414548950999e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.39612913835e+11 # 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 642080 # 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 5.479285e+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.189738e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 983040 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 983040 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 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="kwc_replenishment"} -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"} 1.3027940031e+10 pg_database_size_bytes{datname="kwc_bridge"} 7.911103e+06 pg_database_size_bytes{datname="kwc_presence"} 5.3057215e+07 pg_database_size_bytes{datname="kwc_replenishment"} 3.239245503e+09 pg_database_size_bytes{datname="postgres"} 7.960255e+06 pg_database_size_bytes{datname="template0"} 7.701007e+06 pg_database_size_bytes{datname="template1"} 7.935679e+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.011674718 # 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 159698 # 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="kwc_replenishment",mode="accessexclusivelock"} 0 pg_locks_count{datname="kwc_replenishment",mode="accesssharelock"} 0 pg_locks_count{datname="kwc_replenishment",mode="exclusivelock"} 0 pg_locks_count{datname="kwc_replenishment",mode="rowexclusivelock"} 0 pg_locks_count{datname="kwc_replenishment",mode="rowsharelock"} 0 pg_locks_count{datname="kwc_replenishment",mode="sharelock"} 0 pg_locks_count{datname="kwc_replenishment",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="kwc_replenishment",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="kwc_replenishment",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="analyticspre"} -1 pg_roles_connection_limit{rolname="analyticsrep"} -1 pg_roles_connection_limit{rolname="clauderead"} -1 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_maintain"} -1 pg_roles_connection_limit{rolname="pg_monitor"} -1 pg_roles_connection_limit{rolname="pg_read_all_data"} -1 pg_roles_connection_limit{rolname="pg_read_all_settings"} -1 pg_roles_connection_limit{rolname="pg_read_all_stats"} -1 pg_roles_connection_limit{rolname="pg_read_server_files"} -1 pg_roles_connection_limit{rolname="pg_signal_autovacuum_worker"} -1 pg_roles_connection_limit{rolname="pg_signal_backend"} -1 pg_roles_connection_limit{rolname="pg_stat_scan_tables"} -1 pg_roles_connection_limit{rolname="pg_use_reserved_connections"} -1 pg_roles_connection_limit{rolname="pg_write_all_data"} -1 pg_roles_connection_limit{rolname="pg_write_server_files"} -1 pg_roles_connection_limit{rolname="postgres"} -1 pg_roles_connection_limit{rolname="repica"} -1 pg_roles_connection_limit{rolname="replica"} -1 pg_roles_connection_limit{rolname="sudheer"} -1 pg_roles_connection_limit{rolname="tad"} -1 # HELP pg_scrape_collector_duration_seconds postgres_exporter: Duration of a collector scrape. # TYPE pg_scrape_collector_duration_seconds gauge pg_scrape_collector_duration_seconds{collector="database"} 0.482993551 pg_scrape_collector_duration_seconds{collector="locks"} 0.387476073 pg_scrape_collector_duration_seconds{collector="replication"} 0.001840684 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.382702127 pg_scrape_collector_duration_seconds{collector="roles"} 0.385827006 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.002743004 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.435015997 pg_scrape_collector_duration_seconds{collector="stat_progress_vacuum"} 0.345307866 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.432094987 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.344461367 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.381623994 pg_scrape_collector_duration_seconds{collector="wal"} 0.383416095 # 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_alter_system Server Parameter: allow_alter_system # TYPE pg_settings_allow_alter_system gauge pg_settings_allow_alter_system{server="13.203.185.140:8642"} 1 # HELP pg_settings_allow_in_place_tablespaces Server Parameter: allow_in_place_tablespaces # TYPE pg_settings_allow_in_place_tablespaces gauge pg_settings_allow_in_place_tablespaces{server="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_max_threshold Server Parameter: autovacuum_vacuum_max_threshold # TYPE pg_settings_autovacuum_vacuum_max_threshold gauge pg_settings_autovacuum_vacuum_max_threshold{server="13.203.185.140:8642"} 1e+08 # HELP pg_settings_autovacuum_vacuum_scale_factor Server Parameter: autovacuum_vacuum_scale_factor # TYPE pg_settings_autovacuum_vacuum_scale_factor gauge pg_settings_autovacuum_vacuum_scale_factor{server="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_autovacuum_worker_slots Server Parameter: autovacuum_worker_slots # TYPE pg_settings_autovacuum_worker_slots gauge pg_settings_autovacuum_worker_slots{server="13.203.185.140:8642"} 16 # HELP pg_settings_backend_flush_after_bytes Server Parameter: backend_flush_after [Units converted to bytes.] # TYPE pg_settings_backend_flush_after_bytes gauge pg_settings_backend_flush_after_bytes{server="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_commit_timestamp_buffers_bytes Server Parameter: commit_timestamp_buffers [Units converted to bytes.] # TYPE pg_settings_commit_timestamp_buffers_bytes gauge pg_settings_commit_timestamp_buffers_bytes{server="13.203.185.140:8642"} 8.388608e+06 # HELP pg_settings_cpu_index_tuple_cost Server Parameter: cpu_index_tuple_cost # TYPE pg_settings_cpu_index_tuple_cost gauge pg_settings_cpu_index_tuple_cost{server="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"} 1 # HELP pg_settings_data_directory_mode Server Parameter: data_directory_mode # TYPE pg_settings_data_directory_mode gauge pg_settings_data_directory_mode{server="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_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"} 16 # 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_distinct_reordering Server Parameter: enable_distinct_reordering # TYPE pg_settings_enable_distinct_reordering gauge pg_settings_enable_distinct_reordering{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_group_by_reordering Server Parameter: enable_group_by_reordering # TYPE pg_settings_enable_group_by_reordering gauge pg_settings_enable_group_by_reordering{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_self_join_elimination Server Parameter: enable_self_join_elimination # TYPE pg_settings_enable_self_join_elimination gauge pg_settings_enable_self_join_elimination{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_event_triggers Server Parameter: event_triggers # TYPE pg_settings_event_triggers gauge pg_settings_event_triggers{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_replication_slot_timeout_seconds Server Parameter: idle_replication_slot_timeout [Units converted to seconds.] # TYPE pg_settings_idle_replication_slot_timeout_seconds gauge pg_settings_idle_replication_slot_timeout_seconds{server="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_io_combine_limit_bytes Server Parameter: io_combine_limit [Units converted to bytes.] # TYPE pg_settings_io_combine_limit_bytes gauge pg_settings_io_combine_limit_bytes{server="13.203.185.140:8642"} 131072 # HELP pg_settings_io_max_combine_limit_bytes Server Parameter: io_max_combine_limit [Units converted to bytes.] # TYPE pg_settings_io_max_combine_limit_bytes gauge pg_settings_io_max_combine_limit_bytes{server="13.203.185.140:8642"} 131072 # HELP pg_settings_io_max_concurrency Server Parameter: io_max_concurrency # TYPE pg_settings_io_max_concurrency gauge pg_settings_io_max_concurrency{server="13.203.185.140:8642"} 64 # HELP pg_settings_io_workers Server Parameter: io_workers # TYPE pg_settings_io_workers gauge pg_settings_io_workers{server="13.203.185.140:8642"} 3 # 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_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_failures Server Parameter: log_lock_failures # TYPE pg_settings_log_lock_failures gauge pg_settings_log_lock_failures{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"} 16 # HELP pg_settings_maintenance_work_mem_bytes Server Parameter: maintenance_work_mem [Units converted to bytes.] # TYPE pg_settings_maintenance_work_mem_bytes gauge pg_settings_maintenance_work_mem_bytes{server="13.203.185.140:8642"} 1.073741824e+09 # HELP pg_settings_max_active_replication_origins Server Parameter: max_active_replication_origins # TYPE pg_settings_max_active_replication_origins gauge pg_settings_max_active_replication_origins{server="13.203.185.140:8642"} 10 # 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_notify_queue_pages Server Parameter: max_notify_queue_pages # TYPE pg_settings_max_notify_queue_pages gauge pg_settings_max_notify_queue_pages{server="13.203.185.140:8642"} 1.048576e+06 # HELP pg_settings_max_parallel_apply_workers_per_subscription Server Parameter: max_parallel_apply_workers_per_subscription # TYPE pg_settings_max_parallel_apply_workers_per_subscription gauge pg_settings_max_parallel_apply_workers_per_subscription{server="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_md5_password_warnings Server Parameter: md5_password_warnings # TYPE pg_settings_md5_password_warnings gauge pg_settings_md5_password_warnings{server="13.203.185.140:8642"} 1 # HELP pg_settings_min_dynamic_shared_memory_bytes Server Parameter: min_dynamic_shared_memory [Units converted to bytes.] # TYPE pg_settings_min_dynamic_shared_memory_bytes gauge pg_settings_min_dynamic_shared_memory_bytes{server="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_multixact_member_buffers_bytes Server Parameter: multixact_member_buffers [Units converted to bytes.] # TYPE pg_settings_multixact_member_buffers_bytes gauge pg_settings_multixact_member_buffers_bytes{server="13.203.185.140:8642"} 262144 # HELP pg_settings_multixact_offset_buffers_bytes Server Parameter: multixact_offset_buffers [Units converted to bytes.] # TYPE pg_settings_multixact_offset_buffers_bytes gauge pg_settings_multixact_offset_buffers_bytes{server="13.203.185.140:8642"} 131072 # HELP pg_settings_notify_buffers_bytes Server Parameter: notify_buffers [Units converted to bytes.] # TYPE pg_settings_notify_buffers_bytes gauge pg_settings_notify_buffers_bytes{server="13.203.185.140:8642"} 131072 # HELP pg_settings_num_os_semaphores Server Parameter: num_os_semaphores # TYPE pg_settings_num_os_semaphores gauge pg_settings_num_os_semaphores{server="13.203.185.140:8642"} 174 # 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"} 5000 # HELP pg_settings_pg_stat_statements_save Server Parameter: pg_stat_statements.save # TYPE pg_settings_pg_stat_statements_save gauge pg_settings_pg_stat_statements_save{server="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_serializable_buffers_bytes Server Parameter: serializable_buffers [Units converted to bytes.] # TYPE pg_settings_serializable_buffers_bytes gauge pg_settings_serializable_buffers_bytes{server="13.203.185.140:8642"} 262144 # HELP pg_settings_server_version_num Server Parameter: server_version_num # TYPE pg_settings_server_version_num gauge pg_settings_server_version_num{server="13.203.185.140:8642"} 180004 # HELP pg_settings_shared_buffers_bytes Server Parameter: shared_buffers [Units converted to bytes.] # TYPE pg_settings_shared_buffers_bytes gauge pg_settings_shared_buffers_bytes{server="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.46169088e+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"} 2128 # 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_subtransaction_buffers_bytes Server Parameter: subtransaction_buffers [Units converted to bytes.] # TYPE pg_settings_subtransaction_buffers_bytes gauge pg_settings_subtransaction_buffers_bytes{server="13.203.185.140:8642"} 8.388608e+06 # HELP pg_settings_summarize_wal Server Parameter: summarize_wal # TYPE pg_settings_summarize_wal gauge pg_settings_summarize_wal{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_sync_replication_slots Server Parameter: sync_replication_slots # TYPE pg_settings_sync_replication_slots gauge pg_settings_sync_replication_slots{server="13.203.185.140:8642"} 0 # 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_connection_negotiation Server Parameter: trace_connection_negotiation # TYPE pg_settings_trace_connection_negotiation gauge pg_settings_trace_connection_negotiation{server="13.203.185.140:8642"} 0 # 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_cost_delay_timing Server Parameter: track_cost_delay_timing # TYPE pg_settings_track_cost_delay_timing gauge pg_settings_track_cost_delay_timing{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_buffers_bytes Server Parameter: transaction_buffers [Units converted to bytes.] # TYPE pg_settings_transaction_buffers_bytes gauge pg_settings_transaction_buffers_bytes{server="13.203.185.140:8642"} 8.388608e+06 # 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_transaction_timeout_seconds Server Parameter: transaction_timeout [Units converted to seconds.] # TYPE pg_settings_transaction_timeout_seconds gauge pg_settings_transaction_timeout_seconds{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"} 2.097152e+06 # HELP pg_settings_vacuum_cost_delay_seconds Server Parameter: vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_vacuum_cost_delay_seconds gauge pg_settings_vacuum_cost_delay_seconds{server="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_max_eager_freeze_failure_rate Server Parameter: vacuum_max_eager_freeze_failure_rate # TYPE pg_settings_vacuum_max_eager_freeze_failure_rate gauge pg_settings_vacuum_max_eager_freeze_failure_rate{server="13.203.185.140:8642"} 0.03 # HELP pg_settings_vacuum_multixact_failsafe_age Server Parameter: vacuum_multixact_failsafe_age # TYPE pg_settings_vacuum_multixact_failsafe_age gauge pg_settings_vacuum_multixact_failsafe_age{server="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_vacuum_truncate Server Parameter: vacuum_truncate # TYPE pg_settings_vacuum_truncate gauge pg_settings_vacuum_truncate{server="13.203.185.140:8642"} 1 # HELP pg_settings_wal_block_size Server Parameter: wal_block_size # TYPE pg_settings_wal_block_size gauge pg_settings_wal_block_size{server="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_summary_keep_time_seconds Server Parameter: wal_summary_keep_time [Units converted to seconds.] # TYPE pg_settings_wal_summary_keep_time_seconds gauge pg_settings_wal_summary_keep_time_seconds{server="13.203.185.140:8642"} 864000 # HELP pg_settings_wal_writer_delay_seconds Server Parameter: wal_writer_delay [Units converted to seconds.] # TYPE pg_settings_wal_writer_delay_seconds gauge pg_settings_wal_writer_delay_seconds{server="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"} 1.6777216e+07 # HELP pg_settings_zero_damaged_pages Server Parameter: zero_damaged_pages # TYPE pg_settings_zero_damaged_pages gauge pg_settings_zero_damaged_pages{server="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="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 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="kwc_replenishment",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_replenishment",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_replenishment",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_replenishment",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_replenishment",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="active",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"} 24 pg_stat_activity_count{application_name="PostgreSQL JDBC Driver",backend_type="client backend",datname="kwc",server="13.203.185.140:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 10 pg_stat_activity_count{application_name="PostgreSQL JDBC Driver",backend_type="client backend",datname="kwc_presence",server="13.203.185.140:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 10 pg_stat_activity_count{application_name="PostgreSQL JDBC Driver",backend_type="client backend",datname="kwc_replenishment",server="13.203.185.140:8642",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 10 # HELP pg_stat_activity_max_tx_duration max duration in seconds any active transaction has been running # TYPE pg_stat_activity_max_tx_duration gauge pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="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 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="kwc_replenishment",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_replenishment",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_replenishment",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_replenishment",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_replenishment",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="active",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} -0.000445 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 pg_stat_activity_max_tx_duration{application_name="PostgreSQL JDBC Driver",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="PostgreSQL JDBC Driver",backend_type="client backend",datname="kwc_presence",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="PostgreSQL JDBC Driver",backend_type="client backend",datname="kwc_replenishment",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="",client_addr="13.203.185.140/32",datname="kwc",pid="2438189",server="13.203.185.140:8642",state="active",usename="postgres",wait_event="none"} -6.5e-05 pg_stat_activity_queries_duration{application_name="walreceiver",client_addr="172.31.20.69/32",datname="",pid="673629",server="13.203.185.140:8642",state="active",usename="replica",wait_event="WalSenderMain"} 1.082425137629e+06 # 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 2.756330177e+09 # HELP pg_stat_bgwriter_buffers_clean_total Number of buffers written by the background writer # TYPE pg_stat_bgwriter_buffers_clean_total counter pg_stat_bgwriter_buffers_clean_total 1.4327091e+07 # HELP pg_stat_bgwriter_maxwritten_clean_total Number of times the background writer stopped a cleaning scan because it had written too many buffers # TYPE pg_stat_bgwriter_maxwritten_clean_total counter pg_stat_bgwriter_maxwritten_clean_total 65820 # 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.78128715e+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="16385",datname="kwc_bridge"} 0.015356 pg_stat_database_active_time_seconds_total{datid="16386",datname="kwc_presence"} 579.769542 pg_stat_database_active_time_seconds_total{datid="16387",datname="kwc_replenishment"} 39856.122098 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 10.266634 pg_stat_database_active_time_seconds_total{datid="723931",datname="kwc"} 2.944821690376e+06 # 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="16385",datname="kwc_bridge"} 0 pg_stat_database_blk_read_time{datid="16386",datname="kwc_presence"} 0 pg_stat_database_blk_read_time{datid="16387",datname="kwc_replenishment"} 0 pg_stat_database_blk_read_time{datid="4",datname="template0"} 0 pg_stat_database_blk_read_time{datid="5",datname="postgres"} 0 pg_stat_database_blk_read_time{datid="723931",datname="kwc"} 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="16385",datname="kwc_bridge"} 0 pg_stat_database_blk_write_time{datid="16386",datname="kwc_presence"} 0 pg_stat_database_blk_write_time{datid="16387",datname="kwc_replenishment"} 0 pg_stat_database_blk_write_time{datid="4",datname="template0"} 0 pg_stat_database_blk_write_time{datid="5",datname="postgres"} 0 pg_stat_database_blk_write_time{datid="723931",datname="kwc"} 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"} 3.167226e+06 pg_stat_database_blks_hit{datid="16385",datname="kwc_bridge"} 3.074081e+06 pg_stat_database_blks_hit{datid="16386",datname="kwc_presence"} 2.511913e+07 pg_stat_database_blks_hit{datid="16387",datname="kwc_replenishment"} 8.136226555e+09 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 1.1078029e+07 pg_stat_database_blks_hit{datid="723931",datname="kwc"} 1.21359238971e+11 # 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"} 408077 pg_stat_database_blks_read{datid="16385",datname="kwc_bridge"} 407621 pg_stat_database_blks_read{datid="16386",datname="kwc_presence"} 2.991316e+06 pg_stat_database_blks_read{datid="16387",datname="kwc_replenishment"} 3.47000153e+09 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 1.300781e+06 pg_stat_database_blks_read{datid="723931",datname="kwc"} 6.9064948195e+10 # 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="16385",datname="kwc_bridge"} 0 pg_stat_database_conflicts{datid="16386",datname="kwc_presence"} 0 pg_stat_database_conflicts{datid="16387",datname="kwc_replenishment"} 0 pg_stat_database_conflicts{datid="4",datname="template0"} 0 pg_stat_database_conflicts{datid="5",datname="postgres"} 0 pg_stat_database_conflicts{datid="723931",datname="kwc"} 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="16385",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="16386",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="16387",datname="kwc_replenishment",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 pg_stat_database_conflicts_confl_active_logicalslot{datid="723931",datname="kwc",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="16385",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="16386",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="16387",datname="kwc_replenishment",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 pg_stat_database_conflicts_confl_bufferpin{datid="723931",datname="kwc",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="16385",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="16386",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_deadlock{datid="16387",datname="kwc_replenishment",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 pg_stat_database_conflicts_confl_deadlock{datid="723931",datname="kwc",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="16385",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="16386",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_lock{datid="16387",datname="kwc_replenishment",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 pg_stat_database_conflicts_confl_lock{datid="723931",datname="kwc",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="16385",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="16386",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_snapshot{datid="16387",datname="kwc_replenishment",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 pg_stat_database_conflicts_confl_snapshot{datid="723931",datname="kwc",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="16385",datname="kwc_bridge",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="16386",datname="kwc_presence",server="13.203.185.140:8642"} 0 pg_stat_database_conflicts_confl_tablespace{datid="16387",datname="kwc_replenishment",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 pg_stat_database_conflicts_confl_tablespace{datid="723931",datname="kwc",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="16385",datname="kwc_bridge"} 0 pg_stat_database_deadlocks{datid="16386",datname="kwc_presence"} 0 pg_stat_database_deadlocks{datid="16387",datname="kwc_replenishment"} 0 pg_stat_database_deadlocks{datid="4",datname="template0"} 0 pg_stat_database_deadlocks{datid="5",datname="postgres"} 0 pg_stat_database_deadlocks{datid="723931",datname="kwc"} 9 # 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="16385",datname="kwc_bridge"} 0 pg_stat_database_numbackends{datid="16386",datname="kwc_presence"} 10 pg_stat_database_numbackends{datid="16387",datname="kwc_replenishment"} 10 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 0 pg_stat_database_numbackends{datid="723931",datname="kwc"} 36 # 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="16385",datname="kwc_bridge"} 0 pg_stat_database_stats_reset{datid="16386",datname="kwc_presence"} 0 pg_stat_database_stats_reset{datid="16387",datname="kwc_replenishment"} 0 pg_stat_database_stats_reset{datid="4",datname="template0"} 0 pg_stat_database_stats_reset{datid="5",datname="postgres"} 0 pg_stat_database_stats_reset{datid="723931",datname="kwc"} 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="16385",datname="kwc_bridge"} 0 pg_stat_database_temp_bytes{datid="16386",datname="kwc_presence"} 0 pg_stat_database_temp_bytes{datid="16387",datname="kwc_replenishment"} 4.39656448e+08 pg_stat_database_temp_bytes{datid="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="5",datname="postgres"} 0 pg_stat_database_temp_bytes{datid="723931",datname="kwc"} 3.57503287252e+11 # 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="16385",datname="kwc_bridge"} 0 pg_stat_database_temp_files{datid="16386",datname="kwc_presence"} 0 pg_stat_database_temp_files{datid="16387",datname="kwc_replenishment"} 144 pg_stat_database_temp_files{datid="4",datname="template0"} 0 pg_stat_database_temp_files{datid="5",datname="postgres"} 0 pg_stat_database_temp_files{datid="723931",datname="kwc"} 34953 # 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"} 35 pg_stat_database_tup_deleted{datid="16385",datname="kwc_bridge"} 15 pg_stat_database_tup_deleted{datid="16386",datname="kwc_presence"} 16800 pg_stat_database_tup_deleted{datid="16387",datname="kwc_replenishment"} 5.9882387e+07 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 275 pg_stat_database_tup_deleted{datid="723931",datname="kwc"} 660592 # 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"} 745096 pg_stat_database_tup_fetched{datid="16385",datname="kwc_bridge"} 716561 pg_stat_database_tup_fetched{datid="16386",datname="kwc_presence"} 1.5414474e+07 pg_stat_database_tup_fetched{datid="16387",datname="kwc_replenishment"} 2.629279098e+09 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 5.029527e+06 pg_stat_database_tup_fetched{datid="723931",datname="kwc"} 5.1806086576e+10 # 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"} 18088 pg_stat_database_tup_inserted{datid="16385",datname="kwc_bridge"} 273 pg_stat_database_tup_inserted{datid="16386",datname="kwc_presence"} 65847 pg_stat_database_tup_inserted{datid="16387",datname="kwc_replenishment"} 6.3105832e+07 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 377 pg_stat_database_tup_inserted{datid="723931",datname="kwc"} 1.4732669e+07 # 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"} 4.2211415e+07 pg_stat_database_tup_returned{datid="16385",datname="kwc_bridge"} 4.2124469e+07 pg_stat_database_tup_returned{datid="16386",datname="kwc_presence"} 1.48673762e+08 pg_stat_database_tup_returned{datid="16387",datname="kwc_replenishment"} 1.27676563933e+11 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 4.6828279e+07 pg_stat_database_tup_returned{datid="723931",datname="kwc"} 3.517181244148e+12 # 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"} 782 pg_stat_database_tup_updated{datid="16385",datname="kwc_bridge"} 20 pg_stat_database_tup_updated{datid="16386",datname="kwc_presence"} 127251 pg_stat_database_tup_updated{datid="16387",datname="kwc_replenishment"} 2.0212568e+07 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 54 pg_stat_database_tup_updated{datid="723931",datname="kwc"} 2.7626005e+07 # 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"} 96148 pg_stat_database_xact_commit{datid="16385",datname="kwc_bridge"} 95216 pg_stat_database_xact_commit{datid="16386",datname="kwc_presence"} 463464 pg_stat_database_xact_commit{datid="16387",datname="kwc_replenishment"} 8.793052e+06 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 379590 pg_stat_database_xact_commit{datid="723931",datname="kwc"} 5.7881133e+07 # 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="16385",datname="kwc_bridge"} 0 pg_stat_database_xact_rollback{datid="16386",datname="kwc_presence"} 567 pg_stat_database_xact_rollback{datid="16387",datname="kwc_replenishment"} 372 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 8 pg_stat_database_xact_rollback{datid="723931",datname="kwc"} 1.891205e+07 # 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="673629",state="streaming"} 3.75635689376e+11 # HELP pg_stat_replication_pg_wal_lsn_diff Lag in bytes between master and slave # TYPE pg_stat_replication_pg_wal_lsn_diff gauge pg_stat_replication_pg_wal_lsn_diff{application_name="walreceiver",client_addr="172.31.20.69",server="13.203.185.140:8642",slot_name="673629",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="673629",state="streaming"} 1.784145535e+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="-1099535329572433192",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-1121889054175548963",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-1130214020290841910",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-1276977861334114253",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-1519660815845228573",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-1702103031924826953",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-20259487561955291",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2034482805406133750",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2300688031684624502",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2798428655403476270",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-2822744925031708034",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3088197073323090217",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3624325984302531597",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3673416204896111935",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3698943841566482077",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-3972434251691058552",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-4751010656314907948",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5181112016497232571",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5449745770386598189",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5555954206870323941",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5605534668071898461",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5745842896340874286",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-5810325511013301339",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6099477452236923339",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6435478931422581787",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6582192214340297114",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-6621822674689583214",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7338014495962462801",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-7627642965945968873",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8304217731132987378",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8377181344032212816",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-8413460782542906355",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="-9150813562775337506",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1595662006321508907",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1606542028442245165",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="1689978279439082322",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="169428587498505697",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2223644669611122868",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2342021005225617275",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2399191907063662570",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="248881404430267474",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="2499103691710778011",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3111219525821301071",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3113866066559465943",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3567696341743538145",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3652093287832061490",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="376418734579980410",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3770106700996241955",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="3848237205496004144",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4006420546182190986",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4068417801673401208",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4086984349481493638",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4155095410567298615",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4259507791781602659",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4366213099146054692",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="442872566952901219",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4440994753149987193",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="45462959622873961",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4568182924124530739",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4710191752819193734",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4771155025523076671",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="4988064784300386363",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5011532065682626735",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5143979715269561208",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="5640298879709505897",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6001992164353801991",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6248747976042525326",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6356222625315749350",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6860190522293756811",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6957877682495090419",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="6974986844104444750",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="705399604627889057",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7129869555439540919",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7208669522962507194",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7231895176307479020",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="724622296537075851",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7509076743223985522",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7544966518215520756",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7628084180141233113",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="7707450516721345940",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="77235300422339648",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8054336691560991403",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8285127532749323422",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8914589102660236954",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="8981726491704391803",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="915275201990707771",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc",queryid="9199575517377469699",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="-2243693213191973213",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="-4868413210614813907",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="-5669995037609534665",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="-6617630425823207190",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="-8488953489206739746",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="2647697256717741728",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="3162603138444873571",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="427380199529742052",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="4299405093787795888",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="5388157883161665500",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="6047054765426888703",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="8538668401721765456",user="postgres"} 0 pg_stat_statements_block_read_seconds_total{datname="kwc_replenishment",queryid="8569139410134918425",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="-1099535329572433192",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-1121889054175548963",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-1130214020290841910",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-1276977861334114253",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-1519660815845228573",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-1702103031924826953",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-20259487561955291",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2034482805406133750",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2300688031684624502",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2798428655403476270",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-2822744925031708034",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3088197073323090217",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3624325984302531597",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3673416204896111935",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3698943841566482077",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-3972434251691058552",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-4751010656314907948",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5181112016497232571",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5449745770386598189",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5555954206870323941",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5605534668071898461",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5745842896340874286",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-5810325511013301339",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6099477452236923339",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6435478931422581787",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6582192214340297114",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-6621822674689583214",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7338014495962462801",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-7627642965945968873",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8304217731132987378",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8377181344032212816",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-8413460782542906355",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="-9150813562775337506",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1595662006321508907",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1606542028442245165",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="1689978279439082322",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="169428587498505697",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2223644669611122868",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2342021005225617275",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2399191907063662570",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="248881404430267474",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="2499103691710778011",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3111219525821301071",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3113866066559465943",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3567696341743538145",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3652093287832061490",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="376418734579980410",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3770106700996241955",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="3848237205496004144",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4006420546182190986",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4068417801673401208",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4086984349481493638",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4155095410567298615",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4259507791781602659",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4366213099146054692",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="442872566952901219",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4440994753149987193",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="45462959622873961",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4568182924124530739",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4710191752819193734",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4771155025523076671",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="4988064784300386363",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5011532065682626735",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5143979715269561208",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="5640298879709505897",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6001992164353801991",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6248747976042525326",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6356222625315749350",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6860190522293756811",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6957877682495090419",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="6974986844104444750",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="705399604627889057",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7129869555439540919",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7208669522962507194",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7231895176307479020",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="724622296537075851",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7509076743223985522",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7544966518215520756",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7628084180141233113",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="7707450516721345940",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="77235300422339648",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8054336691560991403",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8285127532749323422",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8914589102660236954",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="8981726491704391803",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="915275201990707771",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc",queryid="9199575517377469699",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="-2243693213191973213",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="-4868413210614813907",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="-5669995037609534665",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="-6617630425823207190",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="-8488953489206739746",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="2647697256717741728",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="3162603138444873571",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="427380199529742052",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="4299405093787795888",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="5388157883161665500",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="6047054765426888703",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="8538668401721765456",user="postgres"} 0 pg_stat_statements_block_write_seconds_total{datname="kwc_replenishment",queryid="8569139410134918425",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="-1099535329572433192",user="postgres"} 114 pg_stat_statements_calls_total{datname="kwc",queryid="-1121889054175548963",user="postgres"} 123308 pg_stat_statements_calls_total{datname="kwc",queryid="-1130214020290841910",user="postgres"} 1376 pg_stat_statements_calls_total{datname="kwc",queryid="-1276977861334114253",user="postgres"} 305356 pg_stat_statements_calls_total{datname="kwc",queryid="-1519660815845228573",user="postgres"} 3080 pg_stat_statements_calls_total{datname="kwc",queryid="-1702103031924826953",user="postgres"} 844 pg_stat_statements_calls_total{datname="kwc",queryid="-20259487561955291",user="postgres"} 742 pg_stat_statements_calls_total{datname="kwc",queryid="-2034482805406133750",user="postgres"} 19883 pg_stat_statements_calls_total{datname="kwc",queryid="-2300688031684624502",user="postgres"} 18038 pg_stat_statements_calls_total{datname="kwc",queryid="-2798428655403476270",user="postgres"} 27089 pg_stat_statements_calls_total{datname="kwc",queryid="-2822744925031708034",user="postgres"} 234 pg_stat_statements_calls_total{datname="kwc",queryid="-3088197073323090217",user="postgres"} 5941 pg_stat_statements_calls_total{datname="kwc",queryid="-3624325984302531597",user="postgres"} 1427 pg_stat_statements_calls_total{datname="kwc",queryid="-3673416204896111935",user="postgres"} 699 pg_stat_statements_calls_total{datname="kwc",queryid="-3698943841566482077",user="postgres"} 14261 pg_stat_statements_calls_total{datname="kwc",queryid="-3972434251691058552",user="postgres"} 150 pg_stat_statements_calls_total{datname="kwc",queryid="-4751010656314907948",user="postgres"} 16475 pg_stat_statements_calls_total{datname="kwc",queryid="-5181112016497232571",user="postgres"} 1415 pg_stat_statements_calls_total{datname="kwc",queryid="-5449745770386598189",user="postgres"} 22078 pg_stat_statements_calls_total{datname="kwc",queryid="-5555954206870323941",user="postgres"} 638 pg_stat_statements_calls_total{datname="kwc",queryid="-5605534668071898461",user="postgres"} 593 pg_stat_statements_calls_total{datname="kwc",queryid="-5745842896340874286",user="postgres"} 15037 pg_stat_statements_calls_total{datname="kwc",queryid="-5810325511013301339",user="postgres"} 18561 pg_stat_statements_calls_total{datname="kwc",queryid="-6099477452236923339",user="postgres"} 17064 pg_stat_statements_calls_total{datname="kwc",queryid="-6435478931422581787",user="postgres"} 29 pg_stat_statements_calls_total{datname="kwc",queryid="-6582192214340297114",user="postgres"} 5941 pg_stat_statements_calls_total{datname="kwc",queryid="-6621822674689583214",user="postgres"} 120820 pg_stat_statements_calls_total{datname="kwc",queryid="-7338014495962462801",user="postgres"} 5391 pg_stat_statements_calls_total{datname="kwc",queryid="-7627642965945968873",user="postgres"} 3058 pg_stat_statements_calls_total{datname="kwc",queryid="-8304217731132987378",user="postgres"} 27089 pg_stat_statements_calls_total{datname="kwc",queryid="-8377181344032212816",user="postgres"} 4295 pg_stat_statements_calls_total{datname="kwc",queryid="-8413460782542906355",user="postgres"} 4812 pg_stat_statements_calls_total{datname="kwc",queryid="-9150813562775337506",user="postgres"} 94 pg_stat_statements_calls_total{datname="kwc",queryid="1595662006321508907",user="postgres"} 571 pg_stat_statements_calls_total{datname="kwc",queryid="1606542028442245165",user="postgres"} 8475 pg_stat_statements_calls_total{datname="kwc",queryid="1689978279439082322",user="postgres"} 23327 pg_stat_statements_calls_total{datname="kwc",queryid="169428587498505697",user="postgres"} 715 pg_stat_statements_calls_total{datname="kwc",queryid="2223644669611122868",user="postgres"} 8585 pg_stat_statements_calls_total{datname="kwc",queryid="2342021005225617275",user="postgres"} 2339 pg_stat_statements_calls_total{datname="kwc",queryid="2399191907063662570",user="postgres"} 1275 pg_stat_statements_calls_total{datname="kwc",queryid="248881404430267474",user="postgres"} 22 pg_stat_statements_calls_total{datname="kwc",queryid="2499103691710778011",user="postgres"} 1190 pg_stat_statements_calls_total{datname="kwc",queryid="3111219525821301071",user="postgres"} 5123 pg_stat_statements_calls_total{datname="kwc",queryid="3113866066559465943",user="postgres"} 737 pg_stat_statements_calls_total{datname="kwc",queryid="3567696341743538145",user="postgres"} 2072 pg_stat_statements_calls_total{datname="kwc",queryid="3652093287832061490",user="postgres"} 489 pg_stat_statements_calls_total{datname="kwc",queryid="376418734579980410",user="postgres"} 3314 pg_stat_statements_calls_total{datname="kwc",queryid="3770106700996241955",user="postgres"} 22 pg_stat_statements_calls_total{datname="kwc",queryid="3848237205496004144",user="postgres"} 35059 pg_stat_statements_calls_total{datname="kwc",queryid="4006420546182190986",user="postgres"} 1681 pg_stat_statements_calls_total{datname="kwc",queryid="4068417801673401208",user="postgres"} 1274 pg_stat_statements_calls_total{datname="kwc",queryid="4086984349481493638",user="postgres"} 27328 pg_stat_statements_calls_total{datname="kwc",queryid="4155095410567298615",user="postgres"} 2506 pg_stat_statements_calls_total{datname="kwc",queryid="4259507791781602659",user="postgres"} 265 pg_stat_statements_calls_total{datname="kwc",queryid="4366213099146054692",user="postgres"} 51165 pg_stat_statements_calls_total{datname="kwc",queryid="442872566952901219",user="postgres"} 14261 pg_stat_statements_calls_total{datname="kwc",queryid="4440994753149987193",user="postgres"} 80379 pg_stat_statements_calls_total{datname="kwc",queryid="45462959622873961",user="postgres"} 5116 pg_stat_statements_calls_total{datname="kwc",queryid="4568182924124530739",user="postgres"} 304 pg_stat_statements_calls_total{datname="kwc",queryid="4710191752819193734",user="postgres"} 4825 pg_stat_statements_calls_total{datname="kwc",queryid="4771155025523076671",user="postgres"} 176 pg_stat_statements_calls_total{datname="kwc",queryid="4988064784300386363",user="postgres"} 18 pg_stat_statements_calls_total{datname="kwc",queryid="5011532065682626735",user="postgres"} 978 pg_stat_statements_calls_total{datname="kwc",queryid="5143979715269561208",user="postgres"} 3772 pg_stat_statements_calls_total{datname="kwc",queryid="5640298879709505897",user="postgres"} 1076 pg_stat_statements_calls_total{datname="kwc",queryid="6001992164353801991",user="postgres"} 94 pg_stat_statements_calls_total{datname="kwc",queryid="6248747976042525326",user="postgres"} 189619 pg_stat_statements_calls_total{datname="kwc",queryid="6356222625315749350",user="postgres"} 221 pg_stat_statements_calls_total{datname="kwc",queryid="6860190522293756811",user="postgres"} 361 pg_stat_statements_calls_total{datname="kwc",queryid="6957877682495090419",user="postgres"} 31534 pg_stat_statements_calls_total{datname="kwc",queryid="6974986844104444750",user="postgres"} 23253 pg_stat_statements_calls_total{datname="kwc",queryid="705399604627889057",user="postgres"} 17116 pg_stat_statements_calls_total{datname="kwc",queryid="7129869555439540919",user="postgres"} 18738 pg_stat_statements_calls_total{datname="kwc",queryid="7208669522962507194",user="postgres"} 2339 pg_stat_statements_calls_total{datname="kwc",queryid="7231895176307479020",user="postgres"} 7627 pg_stat_statements_calls_total{datname="kwc",queryid="724622296537075851",user="postgres"} 615 pg_stat_statements_calls_total{datname="kwc",queryid="7509076743223985522",user="postgres"} 18 pg_stat_statements_calls_total{datname="kwc",queryid="7544966518215520756",user="postgres"} 27088 pg_stat_statements_calls_total{datname="kwc",queryid="7628084180141233113",user="postgres"} 25568 pg_stat_statements_calls_total{datname="kwc",queryid="7707450516721345940",user="postgres"} 36533 pg_stat_statements_calls_total{datname="kwc",queryid="77235300422339648",user="postgres"} 88 pg_stat_statements_calls_total{datname="kwc",queryid="8054336691560991403",user="postgres"} 844 pg_stat_statements_calls_total{datname="kwc",queryid="8285127532749323422",user="postgres"} 3055 pg_stat_statements_calls_total{datname="kwc",queryid="8914589102660236954",user="postgres"} 988 pg_stat_statements_calls_total{datname="kwc",queryid="8981726491704391803",user="postgres"} 12205 pg_stat_statements_calls_total{datname="kwc",queryid="915275201990707771",user="postgres"} 4083 pg_stat_statements_calls_total{datname="kwc",queryid="9199575517377469699",user="postgres"} 1679 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="-2243693213191973213",user="postgres"} 41697 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="-4868413210614813907",user="postgres"} 40051 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="-5669995037609534665",user="postgres"} 694 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="-6617630425823207190",user="postgres"} 41697 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="-8488953489206739746",user="postgres"} 39820 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="2647697256717741728",user="postgres"} 2.115777e+06 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="3162603138444873571",user="postgres"} 21654 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="427380199529742052",user="postgres"} 9.126621e+06 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="4299405093787795888",user="postgres"} 9.126621e+06 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="5388157883161665500",user="postgres"} 1.0591599e+07 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="6047054765426888703",user="postgres"} 39820 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="8538668401721765456",user="postgres"} 41697 pg_stat_statements_calls_total{datname="kwc_replenishment",queryid="8569139410134918425",user="postgres"} 20043 # 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="-1099535329572433192",user="postgres"} 11400 pg_stat_statements_rows_total{datname="kwc",queryid="-1121889054175548963",user="postgres"} 123308 pg_stat_statements_rows_total{datname="kwc",queryid="-1130214020290841910",user="postgres"} 1.808565e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-1276977861334114253",user="postgres"} 2587 pg_stat_statements_rows_total{datname="kwc",queryid="-1519660815845228573",user="postgres"} 291076 pg_stat_statements_rows_total{datname="kwc",queryid="-1702103031924826953",user="postgres"} 38822 pg_stat_statements_rows_total{datname="kwc",queryid="-20259487561955291",user="postgres"} 742 pg_stat_statements_rows_total{datname="kwc",queryid="-2034482805406133750",user="postgres"} 19647 pg_stat_statements_rows_total{datname="kwc",queryid="-2300688031684624502",user="postgres"} 7167 pg_stat_statements_rows_total{datname="kwc",queryid="-2798428655403476270",user="postgres"} 4.5214877e+07 pg_stat_statements_rows_total{datname="kwc",queryid="-2822744925031708034",user="postgres"} 234 pg_stat_statements_rows_total{datname="kwc",queryid="-3088197073323090217",user="postgres"} 29161 pg_stat_statements_rows_total{datname="kwc",queryid="-3624325984302531597",user="postgres"} 25520 pg_stat_statements_rows_total{datname="kwc",queryid="-3673416204896111935",user="postgres"} 699 pg_stat_statements_rows_total{datname="kwc",queryid="-3698943841566482077",user="postgres"} 13222 pg_stat_statements_rows_total{datname="kwc",queryid="-3972434251691058552",user="postgres"} 150 pg_stat_statements_rows_total{datname="kwc",queryid="-4751010656314907948",user="postgres"} 16475 pg_stat_statements_rows_total{datname="kwc",queryid="-5181112016497232571",user="postgres"} 41781 pg_stat_statements_rows_total{datname="kwc",queryid="-5449745770386598189",user="postgres"} 806130 pg_stat_statements_rows_total{datname="kwc",queryid="-5555954206870323941",user="postgres"} 638 pg_stat_statements_rows_total{datname="kwc",queryid="-5605534668071898461",user="postgres"} 105924 pg_stat_statements_rows_total{datname="kwc",queryid="-5745842896340874286",user="postgres"} 14520 pg_stat_statements_rows_total{datname="kwc",queryid="-5810325511013301339",user="postgres"} 155 pg_stat_statements_rows_total{datname="kwc",queryid="-6099477452236923339",user="postgres"} 17064 pg_stat_statements_rows_total{datname="kwc",queryid="-6435478931422581787",user="postgres"} 321037 pg_stat_statements_rows_total{datname="kwc",queryid="-6582192214340297114",user="postgres"} 29161 pg_stat_statements_rows_total{datname="kwc",queryid="-6621822674689583214",user="postgres"} 441088 pg_stat_statements_rows_total{datname="kwc",queryid="-7338014495962462801",user="postgres"} 1.786063e+06 pg_stat_statements_rows_total{datname="kwc",queryid="-7627642965945968873",user="postgres"} 3058 pg_stat_statements_rows_total{datname="kwc",queryid="-8304217731132987378",user="postgres"} 4.5214877e+07 pg_stat_statements_rows_total{datname="kwc",queryid="-8377181344032212816",user="postgres"} 2997 pg_stat_statements_rows_total{datname="kwc",queryid="-8413460782542906355",user="postgres"} 409980 pg_stat_statements_rows_total{datname="kwc",queryid="-9150813562775337506",user="postgres"} 2562 pg_stat_statements_rows_total{datname="kwc",queryid="1595662006321508907",user="postgres"} 28550 pg_stat_statements_rows_total{datname="kwc",queryid="1606542028442245165",user="postgres"} 78433 pg_stat_statements_rows_total{datname="kwc",queryid="1689978279439082322",user="postgres"} 1674 pg_stat_statements_rows_total{datname="kwc",queryid="169428587498505697",user="postgres"} 715 pg_stat_statements_rows_total{datname="kwc",queryid="2223644669611122868",user="postgres"} 8585 pg_stat_statements_rows_total{datname="kwc",queryid="2342021005225617275",user="postgres"} 84634 pg_stat_statements_rows_total{datname="kwc",queryid="2399191907063662570",user="postgres"} 1275 pg_stat_statements_rows_total{datname="kwc",queryid="248881404430267474",user="postgres"} 1271 pg_stat_statements_rows_total{datname="kwc",queryid="2499103691710778011",user="postgres"} 1190 pg_stat_statements_rows_total{datname="kwc",queryid="3111219525821301071",user="postgres"} 668207 pg_stat_statements_rows_total{datname="kwc",queryid="3113866066559465943",user="postgres"} 290015 pg_stat_statements_rows_total{datname="kwc",queryid="3567696341743538145",user="postgres"} 2072 pg_stat_statements_rows_total{datname="kwc",queryid="3652093287832061490",user="postgres"} 2937 pg_stat_statements_rows_total{datname="kwc",queryid="376418734579980410",user="postgres"} 66260 pg_stat_statements_rows_total{datname="kwc",queryid="3770106700996241955",user="postgres"} 1271 pg_stat_statements_rows_total{datname="kwc",queryid="3848237205496004144",user="postgres"} 3566 pg_stat_statements_rows_total{datname="kwc",queryid="4006420546182190986",user="postgres"} 1370 pg_stat_statements_rows_total{datname="kwc",queryid="4068417801673401208",user="postgres"} 15 pg_stat_statements_rows_total{datname="kwc",queryid="4086984349481493638",user="postgres"} 27328 pg_stat_statements_rows_total{datname="kwc",queryid="4155095410567298615",user="postgres"} 2506 pg_stat_statements_rows_total{datname="kwc",queryid="4259507791781602659",user="postgres"} 265 pg_stat_statements_rows_total{datname="kwc",queryid="4366213099146054692",user="postgres"} 402351 pg_stat_statements_rows_total{datname="kwc",queryid="442872566952901219",user="postgres"} 15028 pg_stat_statements_rows_total{datname="kwc",queryid="4440994753149987193",user="postgres"} 80379 pg_stat_statements_rows_total{datname="kwc",queryid="45462959622873961",user="postgres"} 598200 pg_stat_statements_rows_total{datname="kwc",queryid="4568182924124530739",user="postgres"} 15200 pg_stat_statements_rows_total{datname="kwc",queryid="4710191752819193734",user="postgres"} 4698 pg_stat_statements_rows_total{datname="kwc",queryid="4771155025523076671",user="postgres"} 306400 pg_stat_statements_rows_total{datname="kwc",queryid="4988064784300386363",user="postgres"} 58374 pg_stat_statements_rows_total{datname="kwc",queryid="5011532065682626735",user="postgres"} 0 pg_stat_statements_rows_total{datname="kwc",queryid="5143979715269561208",user="postgres"} 38553 pg_stat_statements_rows_total{datname="kwc",queryid="5640298879709505897",user="postgres"} 1076 pg_stat_statements_rows_total{datname="kwc",queryid="6001992164353801991",user="postgres"} 2563 pg_stat_statements_rows_total{datname="kwc",queryid="6248747976042525326",user="postgres"} 189619 pg_stat_statements_rows_total{datname="kwc",queryid="6356222625315749350",user="postgres"} 221 pg_stat_statements_rows_total{datname="kwc",queryid="6860190522293756811",user="postgres"} 22460 pg_stat_statements_rows_total{datname="kwc",queryid="6957877682495090419",user="postgres"} 31534 pg_stat_statements_rows_total{datname="kwc",queryid="6974986844104444750",user="postgres"} 121 pg_stat_statements_rows_total{datname="kwc",queryid="705399604627889057",user="postgres"} 17116 pg_stat_statements_rows_total{datname="kwc",queryid="7129869555439540919",user="postgres"} 18738 pg_stat_statements_rows_total{datname="kwc",queryid="7208669522962507194",user="postgres"} 84634 pg_stat_statements_rows_total{datname="kwc",queryid="7231895176307479020",user="postgres"} 7627 pg_stat_statements_rows_total{datname="kwc",queryid="724622296537075851",user="postgres"} 600 pg_stat_statements_rows_total{datname="kwc",queryid="7509076743223985522",user="postgres"} 4.2431702e+07 pg_stat_statements_rows_total{datname="kwc",queryid="7544966518215520756",user="postgres"} 2.707447e+06 pg_stat_statements_rows_total{datname="kwc",queryid="7628084180141233113",user="postgres"} 25571 pg_stat_statements_rows_total{datname="kwc",queryid="7707450516721345940",user="postgres"} 6650 pg_stat_statements_rows_total{datname="kwc",queryid="77235300422339648",user="postgres"} 88 pg_stat_statements_rows_total{datname="kwc",queryid="8054336691560991403",user="postgres"} 38822 pg_stat_statements_rows_total{datname="kwc",queryid="8285127532749323422",user="postgres"} 19585 pg_stat_statements_rows_total{datname="kwc",queryid="8914589102660236954",user="postgres"} 988 pg_stat_statements_rows_total{datname="kwc",queryid="8981726491704391803",user="postgres"} 126552 pg_stat_statements_rows_total{datname="kwc",queryid="915275201990707771",user="postgres"} 2.0415e+06 pg_stat_statements_rows_total{datname="kwc",queryid="9199575517377469699",user="postgres"} 83950 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="-2243693213191973213",user="postgres"} 1.1193558e+07 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="-4868413210614813907",user="postgres"} 1.0868184e+07 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="-5669995037609534665",user="postgres"} 21763 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="-6617630425823207190",user="postgres"} 7.1529332e+07 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="-8488953489206739746",user="postgres"} 39820 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="2647697256717741728",user="postgres"} 2.115777e+06 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="3162603138444873571",user="postgres"} 5.897833e+06 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="427380199529742052",user="postgres"} 9.030968e+06 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="4299405093787795888",user="postgres"} 9.126621e+06 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="5388157883161665500",user="postgres"} 1.0591599e+07 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="6047054765426888703",user="postgres"} 1.1256049e+07 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="8538668401721765456",user="postgres"} 1.1193558e+07 pg_stat_statements_rows_total{datname="kwc_replenishment",queryid="8569139410134918425",user="postgres"} 5.43348e+06 # 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="-1099535329572433192",user="postgres"} 476.152113259 pg_stat_statements_seconds_total{datname="kwc",queryid="-1121889054175548963",user="postgres"} 371.9384947370031 pg_stat_statements_seconds_total{datname="kwc",queryid="-1130214020290841910",user="postgres"} 17496.600631616075 pg_stat_statements_seconds_total{datname="kwc",queryid="-1276977861334114253",user="postgres"} 5484.973911884094 pg_stat_statements_seconds_total{datname="kwc",queryid="-1519660815845228573",user="postgres"} 589.8324022310004 pg_stat_statements_seconds_total{datname="kwc",queryid="-1702103031924826953",user="postgres"} 10158.342176081995 pg_stat_statements_seconds_total{datname="kwc",queryid="-20259487561955291",user="postgres"} 395.45561034800045 pg_stat_statements_seconds_total{datname="kwc",queryid="-2034482805406133750",user="postgres"} 893.0820722779948 pg_stat_statements_seconds_total{datname="kwc",queryid="-2300688031684624502",user="postgres"} 1195.4807666859913 pg_stat_statements_seconds_total{datname="kwc",queryid="-2798428655403476270",user="postgres"} 9503.173061859983 pg_stat_statements_seconds_total{datname="kwc",queryid="-2822744925031708034",user="postgres"} 262.9221270120001 pg_stat_statements_seconds_total{datname="kwc",queryid="-3088197073323090217",user="postgres"} 412.04056324699997 pg_stat_statements_seconds_total{datname="kwc",queryid="-3624325984302531597",user="postgres"} 273.3695195599995 pg_stat_statements_seconds_total{datname="kwc",queryid="-3673416204896111935",user="postgres"} 390.3999843839999 pg_stat_statements_seconds_total{datname="kwc",queryid="-3698943841566482077",user="postgres"} 418.6052482829998 pg_stat_statements_seconds_total{datname="kwc",queryid="-3972434251691058552",user="postgres"} 627.0575642310004 pg_stat_statements_seconds_total{datname="kwc",queryid="-4751010656314907948",user="postgres"} 14722.335426842936 pg_stat_statements_seconds_total{datname="kwc",queryid="-5181112016497232571",user="postgres"} 2381.8330891369997 pg_stat_statements_seconds_total{datname="kwc",queryid="-5449745770386598189",user="postgres"} 227912.6778183581 pg_stat_statements_seconds_total{datname="kwc",queryid="-5555954206870323941",user="postgres"} 1338.6254730409996 pg_stat_statements_seconds_total{datname="kwc",queryid="-5605534668071898461",user="postgres"} 2812.9412120440006 pg_stat_statements_seconds_total{datname="kwc",queryid="-5745842896340874286",user="postgres"} 556.1783696700033 pg_stat_statements_seconds_total{datname="kwc",queryid="-5810325511013301339",user="postgres"} 22217.39736740993 pg_stat_statements_seconds_total{datname="kwc",queryid="-6099477452236923339",user="postgres"} 1466.9875932909858 pg_stat_statements_seconds_total{datname="kwc",queryid="-6435478931422581787",user="postgres"} 306.624876294 pg_stat_statements_seconds_total{datname="kwc",queryid="-6582192214340297114",user="postgres"} 419.5297927280015 pg_stat_statements_seconds_total{datname="kwc",queryid="-6621822674689583214",user="postgres"} 746.6964932859971 pg_stat_statements_seconds_total{datname="kwc",queryid="-7338014495962462801",user="postgres"} 66971.36936612072 pg_stat_statements_seconds_total{datname="kwc",queryid="-7627642965945968873",user="postgres"} 386.11195159799985 pg_stat_statements_seconds_total{datname="kwc",queryid="-8304217731132987378",user="postgres"} 755.217151788998 pg_stat_statements_seconds_total{datname="kwc",queryid="-8377181344032212816",user="postgres"} 975.2338589029999 pg_stat_statements_seconds_total{datname="kwc",queryid="-8413460782542906355",user="postgres"} 32211.667643953 pg_stat_statements_seconds_total{datname="kwc",queryid="-9150813562775337506",user="postgres"} 1149.487875751 pg_stat_statements_seconds_total{datname="kwc",queryid="1595662006321508907",user="postgres"} 272.5285952340001 pg_stat_statements_seconds_total{datname="kwc",queryid="1606542028442245165",user="postgres"} 688.9337157889985 pg_stat_statements_seconds_total{datname="kwc",queryid="1689978279439082322",user="postgres"} 794.0131666199974 pg_stat_statements_seconds_total{datname="kwc",queryid="169428587498505697",user="postgres"} 759.5557403579998 pg_stat_statements_seconds_total{datname="kwc",queryid="2223644669611122868",user="postgres"} 627.3275386140012 pg_stat_statements_seconds_total{datname="kwc",queryid="2342021005225617275",user="postgres"} 3390.3751552949957 pg_stat_statements_seconds_total{datname="kwc",queryid="2399191907063662570",user="postgres"} 304.5100933549999 pg_stat_statements_seconds_total{datname="kwc",queryid="248881404430267474",user="postgres"} 784.2696971959999 pg_stat_statements_seconds_total{datname="kwc",queryid="2499103691710778011",user="postgres"} 1005.762370227999 pg_stat_statements_seconds_total{datname="kwc",queryid="3111219525821301071",user="postgres"} 418.40420566400024 pg_stat_statements_seconds_total{datname="kwc",queryid="3113866066559465943",user="postgres"} 5583.354857341992 pg_stat_statements_seconds_total{datname="kwc",queryid="3567696341743538145",user="postgres"} 1506.0443005869988 pg_stat_statements_seconds_total{datname="kwc",queryid="3652093287832061490",user="postgres"} 1893.1247271920013 pg_stat_statements_seconds_total{datname="kwc",queryid="376418734579980410",user="postgres"} 315.30538071999985 pg_stat_statements_seconds_total{datname="kwc",queryid="3770106700996241955",user="postgres"} 959.839230948 pg_stat_statements_seconds_total{datname="kwc",queryid="3848237205496004144",user="postgres"} 660.198121645003 pg_stat_statements_seconds_total{datname="kwc",queryid="4006420546182190986",user="postgres"} 2371.6852701740017 pg_stat_statements_seconds_total{datname="kwc",queryid="4068417801673401208",user="postgres"} 342.4984757970002 pg_stat_statements_seconds_total{datname="kwc",queryid="4086984349481493638",user="postgres"} 6796.329943160985 pg_stat_statements_seconds_total{datname="kwc",queryid="4155095410567298615",user="postgres"} 956.0706369359986 pg_stat_statements_seconds_total{datname="kwc",queryid="4259507791781602659",user="postgres"} 251.82921380800005 pg_stat_statements_seconds_total{datname="kwc",queryid="4366213099146054692",user="postgres"} 749.0363125860006 pg_stat_statements_seconds_total{datname="kwc",queryid="442872566952901219",user="postgres"} 357.9474099640017 pg_stat_statements_seconds_total{datname="kwc",queryid="4440994753149987193",user="postgres"} 886.244725625011 pg_stat_statements_seconds_total{datname="kwc",queryid="45462959622873961",user="postgres"} 402.2209406499991 pg_stat_statements_seconds_total{datname="kwc",queryid="4568182924124530739",user="postgres"} 334.6291858389998 pg_stat_statements_seconds_total{datname="kwc",queryid="4710191752819193734",user="postgres"} 601.3457593260017 pg_stat_statements_seconds_total{datname="kwc",queryid="4771155025523076671",user="postgres"} 347.510615923 pg_stat_statements_seconds_total{datname="kwc",queryid="4988064784300386363",user="postgres"} 1797.322919532 pg_stat_statements_seconds_total{datname="kwc",queryid="5011532065682626735",user="postgres"} 409.8213725589999 pg_stat_statements_seconds_total{datname="kwc",queryid="5143979715269561208",user="postgres"} 2054.4321894640043 pg_stat_statements_seconds_total{datname="kwc",queryid="5640298879709505897",user="postgres"} 283.79769204499996 pg_stat_statements_seconds_total{datname="kwc",queryid="6001992164353801991",user="postgres"} 1553.8624450669993 pg_stat_statements_seconds_total{datname="kwc",queryid="6248747976042525326",user="postgres"} 1389.8672265340103 pg_stat_statements_seconds_total{datname="kwc",queryid="6356222625315749350",user="postgres"} 447.3103751099999 pg_stat_statements_seconds_total{datname="kwc",queryid="6860190522293756811",user="postgres"} 5161.056984490998 pg_stat_statements_seconds_total{datname="kwc",queryid="6957877682495090419",user="postgres"} 305.01503998100105 pg_stat_statements_seconds_total{datname="kwc",queryid="6974986844104444750",user="postgres"} 692.8310318089962 pg_stat_statements_seconds_total{datname="kwc",queryid="705399604627889057",user="postgres"} 837.9083662219977 pg_stat_statements_seconds_total{datname="kwc",queryid="7129869555439540919",user="postgres"} 374.852683179 pg_stat_statements_seconds_total{datname="kwc",queryid="7208669522962507194",user="postgres"} 3505.2589384170024 pg_stat_statements_seconds_total{datname="kwc",queryid="7231895176307479020",user="postgres"} 290.0218895159999 pg_stat_statements_seconds_total{datname="kwc",queryid="724622296537075851",user="postgres"} 3438.6337267179993 pg_stat_statements_seconds_total{datname="kwc",queryid="7509076743223985522",user="postgres"} 1431.3032178469998 pg_stat_statements_seconds_total{datname="kwc",queryid="7544966518215520756",user="postgres"} 1049.163271112994 pg_stat_statements_seconds_total{datname="kwc",queryid="7628084180141233113",user="postgres"} 1043.7777754940055 pg_stat_statements_seconds_total{datname="kwc",queryid="7707450516721345940",user="postgres"} 1448.3706501730119 pg_stat_statements_seconds_total{datname="kwc",queryid="77235300422339648",user="postgres"} 266.1759785639999 pg_stat_statements_seconds_total{datname="kwc",queryid="8054336691560991403",user="postgres"} 13336.541400206008 pg_stat_statements_seconds_total{datname="kwc",queryid="8285127532749323422",user="postgres"} 808.1383060620004 pg_stat_statements_seconds_total{datname="kwc",queryid="8914589102660236954",user="postgres"} 336.067370077 pg_stat_statements_seconds_total{datname="kwc",queryid="8981726491704391803",user="postgres"} 1360.0653551879996 pg_stat_statements_seconds_total{datname="kwc",queryid="915275201990707771",user="postgres"} 1905.6445974620017 pg_stat_statements_seconds_total{datname="kwc",queryid="9199575517377469699",user="postgres"} 414.2020507949999 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="-2243693213191973213",user="postgres"} 586.1440716190011 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="-4868413210614813907",user="postgres"} 680.6886024740039 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="-5669995037609534665",user="postgres"} 491.627881804 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="-6617630425823207190",user="postgres"} 454.6559280329988 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="-8488953489206739746",user="postgres"} 6349.3898736330075 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="2647697256717741728",user="postgres"} 355.2652550529771 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="3162603138444873571",user="postgres"} 620.2499559879974 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="427380199529742052",user="postgres"} 355.7545306010432 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="4299405093787795888",user="postgres"} 379.8800180020049 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="5388157883161665500",user="postgres"} 2081.187400811074 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="6047054765426888703",user="postgres"} 6625.261642283036 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="8538668401721765456",user="postgres"} 687.5303216680023 pg_stat_statements_seconds_total{datname="kwc_replenishment",queryid="8569139410134918425",user="postgres"} 549.1950069769997 # 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_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_costing_allocation",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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_alert_rule_history",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_resource",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cs_app_resource_action",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_grant",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_notification",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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cw_trade_rl",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_pcataloguelines_addon",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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="cwr_pricing_policy_scope",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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_einvoice_log",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_cash_merge_backup",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_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_lease_schedule",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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_migration_batch_line",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_file",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_posting_template_version",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_receipt_cash_merge_backup",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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",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="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="m_lpn_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_process_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_table_designer",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_lc",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_withholding_tax_adjustment",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 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="kwc",relname="zz_wallet_plan",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"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1 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"} 5 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"} 1 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_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_costing_allocation",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"} 2 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_emp_salary",schemaname="public"} 5 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"} 6 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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_salary_payment_batch_line",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"} 1 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_survey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="chr_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_alert_rule_history",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"} 12 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_resource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 5 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_audit_log",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_batch_log",schemaname="public"} 35 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 9 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"} 6 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 1 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_doctype_template",schemaname="public"} 1 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"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_import_template",schemaname="public"} 12 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"} 8 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"} 5 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"} 1 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"} 10 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"} 12 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 1 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_grant",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"} 0 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_access",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_log",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_parameter",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_process_run",schemaname="public"} 8 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"} 10 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"} 2 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"} 12 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_refresh_token",schemaname="public"} 4 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_report_access",schemaname="public"} 1 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"} 12 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"} 1 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"} 0 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"} 12 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"} 4 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"} 12 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1 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"} 184 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_notification",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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cs_window_access",schemaname="public"} 1 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"} 1 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"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cw_trade_rl",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"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 5 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"} 11 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 3 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"} 8 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"} 4 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"} 9 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 5 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"} 1 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1626 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 6 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"} 15 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_pricing_policy_scope",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"} 20 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 15 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"} 666 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"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 32 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"} 4 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 5 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 194 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"} 11 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"} 5 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"} 2 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"} 8 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_lease_ext",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"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 1 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"} 1 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"} 1 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_budget_version",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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_calendar_week",schemaname="public"} 3 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 1 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"} 1620 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 12 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 9 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"} 234 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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"} 10 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 3 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_intercompany_transaction",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"} 15 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_journalline",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 6 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"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 6 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1 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"} 7 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_migration_batch_line",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"} 38 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_file",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"} 12 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"} 12 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 10 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_posting_template_version",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"} 27 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 5 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_revaluation_run",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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_transactions",schemaname="public"} 11 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="hsncode",schemaname="public"} 1 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"} 3 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"} 162 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"} 11 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"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_inventory_config",schemaname="public"} 1 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"} 2 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"} 1 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_lpn",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_lpn_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"} 16 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_movementline",schemaname="public"} 5 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"} 6 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"} 6 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"} 0 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"} 1 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"} 92 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 11 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 7 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"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receiptline",schemaname="public"} 16 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"} 8 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_receipttax",schemaname="public"} 112 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"} 19 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"} 9 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"} 6 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"} 22 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"} 6 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"} 25 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferissue_line",schemaname="public"} 18 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"} 28 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferorder_line",schemaname="public"} 26 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferreceipt",schemaname="public"} 22 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 13 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"} 16 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"} 16 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 2 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"} 4 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="ntn_report_designer",schemaname="public"} 2 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_table_designer",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"} 4 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"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoice",schemaname="public"} 121 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoice_meta",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoiceline",schemaname="public"} 6 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 78 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"} 211 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"} 11 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_ordertax",schemaname="public"} 77 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_requisition",schemaname="public"} 62 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 9 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"} 2 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"} 2 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"} 2 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_credit",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 4 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_withholding_tax_adjustment",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"} 46 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 133 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"} 6797 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"} 89 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"} 11 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"} 10 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"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_credit",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_customer_creditline",schemaname="public"} 3 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"} 24 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoice",schemaname="public"} 40 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"} 6 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoiceline",schemaname="public"} 5 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"} 7 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 13 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"} 23 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 2 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderline",schemaname="public"} 7 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"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_ordertax",schemaname="public"} 17 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"} 4 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="s_productprice_history",schemaname="public"} 9 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"} 1 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"} 9 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 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_custfix_map",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_stock_plan",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="kwc",relname="zz_wallet_plan",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"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="b2c_customer_address",schemaname="public"} 4 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"} 12 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_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_costing_allocation",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"} 1 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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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"} 3 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_alert_rule_history",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"} 12 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_resource",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_app_schema",schemaname="public"} 3 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"} 3 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 3 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"} 9 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"} 5 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_import_template",schemaname="public"} 5 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"} 2 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"} 9 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"} 12 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 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_grant",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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_log",schemaname="public"} 30 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_process_parameter",schemaname="public"} 7 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"} 9 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"} 12 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_refresh_token",schemaname="public"} 7 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_releases_history",schemaname="public"} 1 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"} 1 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"} 12 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"} 0 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"} 1 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"} 13 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 8 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_notification",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"} 1 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"} 13 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cw_trade_rl",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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 2 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"} 1 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_pcataloguelines_addon",schemaname="public"} 0 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"} 11 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 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"} 855 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pos_log",schemaname="public"} 4 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_pricing_policy_scope",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"} 1 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"} 2 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"} 137 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 4 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"} 3 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"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 2 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 100 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"} 1 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"} 1 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_lease_ext",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"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_einvoice_log",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"} 0 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"} 1835 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_financial_acct",schemaname="public"} 16 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 1 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_intercompany_transaction",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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_journalline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 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"} 2 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 2 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_sinv_tds",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"} 2 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_migration_batch_line",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"} 2 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_file",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"} 2 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 1 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_posting_template_version",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"} 9 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptline",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptplan",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 2 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_transactions",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="flyway_schema_history",schemaname="public"} 1 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"} 1 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"} 114 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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_inventory_config",schemaname="public"} 1 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"} 1 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_lpn",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_lpn_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"} 1 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"} 3 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"} 0 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"} 1 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"} 11 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_receiptline",schemaname="public"} 5 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"} 42 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"} 801 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"} 2 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"} 2 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"} 2 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"} 2 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferissue_line",schemaname="public"} 4 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferorder_line",schemaname="public"} 8 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 2 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"} 6 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="m_unitcost_history",schemaname="public"} 1 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"} 0 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"} 2 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_process_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_table_designer",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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoice",schemaname="public"} 17 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 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"} 2 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"} 3 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_invoicetax",schemaname="public"} 24 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"} 36 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"} 4 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_ordertax",schemaname="public"} 23 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_productprice_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_requisition",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_requisition_line",schemaname="public"} 3 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"} 0 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 1 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_withholding_tax_adjustment",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"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 91 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"} 7144 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"} 89 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"} 0 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"} 1 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"} 1 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"} 6 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"} 2 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_invoicetax",schemaname="public"} 4 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"} 9 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"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 1 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderline",schemaname="public"} 2 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_orderlinetax",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_ordertax",schemaname="public"} 5 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"} 2 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="s_productprice_history",schemaname="public"} 3 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"} 0 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 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_stock_plan",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="kwc",relname="zz_wallet_plan",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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer",schemaname="public"} 1.93516993e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="b2c_customer_address",schemaname="public"} 601016 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"} 626049 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"} 8.947523e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 0 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_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_announcement_read",schemaname="public"} 5 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_correction",schemaname="public"} 5 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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_costing_allocation",schemaname="public"} 5 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"} 0 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"} 0 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"} 96 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"} 0 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"} 56058 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_bank_account",schemaname="public"} 34 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_employee_category",schemaname="public"} 41 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_fbp_declaration",schemaname="public"} 4 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_helpdesk_ticket",schemaname="public"} 46 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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_in_pf_ecr",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"} 4071 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"} 0 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"} 0 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_knowledge_base_article",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"} 0 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_ledger",schemaname="public"} 34 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"} 0 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"} 16 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_notification_log",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_notification_preference",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_notification_template",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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pay_component_assignment",schemaname="public"} 34 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_pay_grade",schemaname="public"} 0 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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_input",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_liability_payment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payroll_process",schemaname="public"} 11 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_payslab",schemaname="public"} 0 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"} 0 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_plan",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 34 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_policy_document",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_recognition",schemaname="public"} 8 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_restricted_holiday_selection",schemaname="public"} 4 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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_payment_batch_line",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"} 228 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 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"} 0 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"} 0 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_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_survey_response",schemaname="public"} 4 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_webhook_subscription",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"} 4531 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="chr_year",schemaname="public"} 0 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"} 0 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"} 0 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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_alert_rule_history",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"} 48477 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"} 102184 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_app_schema",schemaname="public"} 137843 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"} 63554 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_audit_log",schemaname="public"} 94 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_log",schemaname="public"} 3366 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 6840 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.63523777e+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"} 6 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"} 23415 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_client",schemaname="public"} 9010 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_client_applications",schemaname="public"} 41 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"} 67913 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"} 150637 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 18 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_doctype",schemaname="public"} 1.261659e+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"} 242 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_import_template",schemaname="public"} 1478 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"} 22 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"} 101278 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_integrations",schemaname="public"} 0 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"} 0 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"} 2323 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"} 4335 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"} 0 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"} 10809 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"} 28 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_grant",schemaname="public"} 32596 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"} 315 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 13 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"} 0 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"} 102591 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_access",schemaname="public"} 18398 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"} 626527 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"} 85514 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 110 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"} 10325 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"} 3.073131e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_releases",schemaname="public"} 235 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"} 17555 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_report_access",schemaname="public"} 170189 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"} 263743 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_role",schemaname="public"} 0 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"} 283050 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"} 0 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"} 48062 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"} 1.407607e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_taxcategory",schemaname="public"} 1804 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"} 0 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"} 1.86967502e+08 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"} 3.260457e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 92 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1 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"} 11422 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_mfa",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_user_notification",schemaname="public"} 0 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"} 111 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window",schemaname="public"} 3.0553e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cs_window_access",schemaname="public"} 385855 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"} 678118 pg_stat_user_tables_idx_scan{datname="kwc",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cw_trade_event",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cw_trade_rl",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"} 0 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"} 0 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"} 638 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 5753 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1971 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 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"} 274655 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 2804 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 0 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"} 23167 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"} 9 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 26040 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 2051 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"} 0 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"} 10686 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 95 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"} 96 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"} 186 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 23112 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"} 0 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"} 1.670366064e+09 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 37 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 886 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_config",schemaname="public"} 22877 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_log",schemaname="public"} 8 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 46339 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"} 6 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 0 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"} 1 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"} 38710 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 353162 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 5.024043e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 20433 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 346280 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"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash",schemaname="public"} 104660 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 24222 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 69165 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"} 1028 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 6186 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"} 630595 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 4104 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="cww_taskline",schemaname="public"} 0 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"} 0 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"} 62 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"} 0 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_lease_ext",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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 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"} 0 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.2252455e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_account_category",schemaname="public"} 153923 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 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"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_audit_trail",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_guarantee",schemaname="public"} 52 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_bpartner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 54 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_budget_version",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"} 0 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"} 0 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_credit_snapshot",schemaname="public"} 0 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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 4871 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 26 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"} 759584 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"} 8.294398e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 9 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 12047 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 6 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_financial_acct",schemaname="public"} 2.927445e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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"} 1.320438e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 115 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 73216 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_journalline",schemaname="public"} 7652 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_ledger",schemaname="public"} 0 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"} 13 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_customer",schemaname="public"} 2.3465853e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 15760 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"} 0 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"} 1728 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 4698 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 353492 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"} 0 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"} 211968 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_migration_batch_line",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"} 215070 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_file",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"} 3556 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 42073 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentplan",schemaname="public"} 10869 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_period",schemaname="public"} 0 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"} 252611 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"} 103 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 31 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_posting_template_version",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"} 2.615375e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptline",schemaname="public"} 698061 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptplan",schemaname="public"} 3.8698748e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 7.06344e+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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_report_template",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_revaluation_run",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"} 10 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_transactions",schemaname="public"} 55051 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 3.814335e+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"} 0 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"} 0 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"} 3.9034692e+07 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"} 20950 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch_sequence",schemaname="public"} 470 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_coupon_provider",schemaname="public"} 0 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"} 0 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"} 12 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"} 2904 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_config",schemaname="public"} 5754 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"} 52 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 199 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 2908 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_lpn",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_movement",schemaname="public"} 13443 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_movementline",schemaname="public"} 0 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"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 8405 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_customer",schemaname="public"} 15 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"} 8405 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"} 100 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 8400 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_pricingrule",schemaname="public"} 0 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"} 1.29290709e+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"} 87493 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"} 0 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"} 0 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"} 3.770202e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 30171 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"} 944 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 2585 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"} 4 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_receiptline",schemaname="public"} 2.340128e+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"} 24 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"} 7.5246654e+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"} 5.910406e+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.92836931e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stock_count",schemaname="public"} 1 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_storagebin",schemaname="public"} 1.1107295e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_supplier_product",schemaname="public"} 204870 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transaction",schemaname="public"} 5.85875389e+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"} 295815 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferissue_line",schemaname="public"} 528748 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"} 408080 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferorder_line",schemaname="public"} 146216 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"} 100209 pg_stat_user_tables_idx_scan{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 59506 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"} 348281 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"} 46823 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"} 15893 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.339761e+06 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"} 11 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"} 2 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"} 106 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_process_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_table_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="ntn_window_designer",schemaname="public"} 37 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"} 0 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"} 277 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"} 0 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"} 0 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"} 1.791348e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 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"} 1.9361864e+07 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"} 19 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_invoicetax",schemaname="public"} 24 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"} 2.201945e+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"} 2.329512e+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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_productprice",schemaname="public"} 2501 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"} 71820 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_requisition_line",schemaname="public"} 29356 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"} 7.786469e+06 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.841566e+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"} 1.515325e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_contact",schemaname="public"} 177 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_supplier_credit",schemaname="public"} 2021 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="p_withholding_tax_adjustment",schemaname="public"} 0 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"} 0 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"} 11 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"} 0 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"} 11 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 40 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 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"} 2 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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="qrtz_triggers",schemaname="public"} 0 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"} 5.7131133e+07 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"} 4.0842572e+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"} 502 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"} 3539 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_creditline",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_customer_settlement",schemaname="public"} 0 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"} 3 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"} 4210 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 239 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoice",schemaname="public"} 3.7010323e+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"} 63 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoiceline",schemaname="public"} 3.6552413e+07 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"} 2.676861e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_invoicetax",schemaname="public"} 10 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"} 442 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 10 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"} 17 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"} 1 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_part",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_joborder_services",schemaname="public"} 1 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"} 2.14723034e+08 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_order_amendment",schemaname="public"} 18177 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"} 804 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"} 1.286173e+06 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_orderline",schemaname="public"} 4.3575241e+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"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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"} 23024 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_pricelist_version",schemaname="public"} 0 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"} 4.8049285e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_quotation_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 1.3593111e+07 pg_stat_user_tables_idx_scan{datname="kwc",relname="s_service_bill",schemaname="public"} 1 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"} 153 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"} 0 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"} 8646 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 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 170 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_custfix_map",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="kwc",relname="zz_wallet_plan",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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_customer",schemaname="public"} 2.8940002776e+10 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="b2c_customer_address",schemaname="public"} 596901 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"} 1.435534e+06 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"} 8.945827e+06 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_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_costing_allocation",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"} 0 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"} 96 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"} 0 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"} 55125 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_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_employee_category",schemaname="public"} 41 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_fbp_declaration",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"} 0 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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_in_pf_ecr",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"} 4071 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_knowledge_base_article",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_ledger",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"} 0 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"} 16 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_notification_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_notification_template",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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_pay_component_assignment",schemaname="public"} 0 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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_payroll_liability_payment_line",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"} 0 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"} 0 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_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_payment_batch_line",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"} 228 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 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_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 4531 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="chr_year",schemaname="public"} 0 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"} 0 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"} 0 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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_alert_rule_history",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"} 48477 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"} 136148 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_app_schema",schemaname="public"} 137830 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"} 63553 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_audit_log",schemaname="public"} 3.163845e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_log",schemaname="public"} 3366 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 6840 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"} 2.61386143e+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"} 6 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"} 23415 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_client",schemaname="public"} 9010 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"} 67913 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"} 150637 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 18 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.262067e+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"} 242 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_import_template",schemaname="public"} 1473 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"} 22 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"} 101278 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_integrations",schemaname="public"} 0 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"} 0 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"} 1885 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"} 4327 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"} 10809 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"} 28 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_permission_grant",schemaname="public"} 0 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"} 102621 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_access",schemaname="public"} 56840 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"} 626514 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"} 85504 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 110 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"} 10309 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"} 3.073131e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_releases",schemaname="public"} 235 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"} 17555 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_report_access",schemaname="public"} 229807 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"} 263550 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_reportschedule",schemaname="public"} 0 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"} 0 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"} 151847 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"} 0 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"} 19287 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"} 1.407607e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_taxcategory",schemaname="public"} 1804 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"} 0 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"} 1.86967502e+08 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"} 3.2592385e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 92 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1 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"} 11416 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_notification",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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window",schemaname="public"} 3.057057e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cs_window_access",schemaname="public"} 424693 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"} 678101 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cw_trade_rl",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"} 0 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"} 638 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 5750 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1970 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 0 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"} 102551 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"} 0 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"} 2804 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_customer_config",schemaname="public"} 0 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"} 0 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"} 0 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"} 23167 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"} 9 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 26040 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 2051 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"} 10670 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 95 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"} 96 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"} 183 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 23202 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"} 0 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"} 5.04527789e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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"} 37 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 614 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_config",schemaname="public"} 22877 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_log",schemaname="public"} 8 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 0 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 46339 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"} 6 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"} 0 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"} 1 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"} 21348 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 324131 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"} 5.013269e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 20433 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 319869 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"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcash",schemaname="public"} 52912 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 24343 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"} 6186 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"} 1.636354e+06 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 3836 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"} 0 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"} 62 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"} 0 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_lease_ext",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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 0 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"} 0 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"} 1.2260669e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_account_category",schemaname="public"} 153923 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 0 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"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 54 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 5 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_budget_version",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"} 0 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"} 0 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 4871 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 26 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"} 759584 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"} 9.66465e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 8 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 8053 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 6 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_financial_acct",schemaname="public"} 2.859791e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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"} 1.288915e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 115 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 64166 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_journalline",schemaname="public"} 4648 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 13 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_customer",schemaname="public"} 643093 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 9516 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"} 0 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"} 1554 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 3670 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_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 353492 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"} 0 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"} 211968 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 0 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_migration_batch_line",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"} 200907 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_file",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"} 2550 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 42073 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentplan",schemaname="public"} 7912 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 2 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"} 252323 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"} 103 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 31 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_posting_template_version",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"} 5.856788e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptline",schemaname="public"} 650163 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptplan",schemaname="public"} 3.8470599e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 7.401716e+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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_report_template",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_revaluation_run",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"} 10 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_transactions",schemaname="public"} 51059 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 3.814335e+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"} 1.17997305e+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"} 20950 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch_sequence",schemaname="public"} 470 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_costing_preferences",schemaname="public"} 0 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"} 2877 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_config",schemaname="public"} 5541 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"} 52 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 197 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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 231191 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_lpn",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_lpn_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"} 13419 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_movementline",schemaname="public"} 0 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"} 0 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"} 0 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"} 87 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"} 0 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"} 1.37163716e+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"} 99292 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"} 3.750237e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 30159 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"} 944 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 2585 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"} 4 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_receiptline",schemaname="public"} 2.280394e+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"} 7.5544902e+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"} 5.2878428e+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"} 3.7851389e+07 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"} 0 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.1115822e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_supplier_product",schemaname="public"} 83495 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"} 3.625333745e+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"} 1.031809e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferissue_line",schemaname="public"} 458037 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"} 403093 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferorder_line",schemaname="public"} 820910 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"} 100192 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 396631 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"} 348254 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"} 51762 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"} 15886 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.339761e+06 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"} 106 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_process_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_table_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="ntn_window_designer",schemaname="public"} 33 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"} 275 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"} 0 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"} 1.758048e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 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"} 1.9336381e+07 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"} 17 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_invoicetax",schemaname="public"} 22 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.172401e+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"} 1.847828e+06 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"} 773 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"} 71736 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_requisition_line",schemaname="public"} 29356 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"} 7.812932e+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.837323e+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"} 1.515325e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_contact",schemaname="public"} 177 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="p_supplier_credit",schemaname="public"} 852 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_withholding_tax_adjustment",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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 73 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 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"} 0 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"} 5.7137953e+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"} 4.0859497e+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"} 502 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"} 2844 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_customer_creditline",schemaname="public"} 2 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"} 4197 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 238 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoice",schemaname="public"} 6.9306718e+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"} 63 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoiceline",schemaname="public"} 4.2492906e+07 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"} 4.60138e+06 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_invoicetax",schemaname="public"} 9 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"} 414 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 10 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"} 13 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"} 1 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_part",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_joborder_services",schemaname="public"} 1 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"} 3.23185129e+08 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_order_amendment",schemaname="public"} 17634 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"} 804 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"} 530738 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_orderline",schemaname="public"} 3.8965564e+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"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_ordertax",schemaname="public"} 0 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"} 23024 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"} 5.6175319e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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.3587738e+07 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="s_service_bill",schemaname="public"} 1 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"} 138 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"} 8646 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 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 11 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_custfix_map",schemaname="public"} 2 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="kwc",relname="zz_wallet_plan",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.06274816e+08 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="b2c_customer_address",schemaname="public"} 4.6309376e+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"} 4.9995776e+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"} 40960 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_announcement",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_announcement_read",schemaname="public"} 24576 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_correction",schemaname="public"} 24576 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"} 32768 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_calculation_base",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_calculation_base_component",schemaname="public"} 24576 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_company_branding",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_company_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_costing_allocation",schemaname="public"} 24576 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"} 122880 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"} 270336 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"} 49152 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_bank_account",schemaname="public"} 16384 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"} 16384 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_fbp_declaration",schemaname="public"} 24576 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_helpdesk_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_helpdesk_ticket",schemaname="public"} 32768 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_calendar",schemaname="public"} 24576 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_in_esi_return",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_in_pf_ecr",schemaname="public"} 24576 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_knowledge_base_article",schemaname="public"} 24576 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_ledger",schemaname="public"} 24576 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_notification_log",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_notification_preference",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_notification_template",schemaname="public"} 24576 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_component_assignment",schemaname="public"} 32768 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_pay_period",schemaname="public"} 24576 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_bank_format",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_export",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_input",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_plan_component",schemaname="public"} 24576 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_policy_acknowledgment",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_policy_document",schemaname="public"} 24576 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_recognition",schemaname="public"} 24576 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_restricted_holiday_selection",schemaname="public"} 16384 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_payment_batch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_survey_question",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="chr_survey_response",schemaname="public"} 24576 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_webhook_subscription",schemaname="public"} 16384 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_worktag",schemaname="public"} 24576 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_action_type",schemaname="public"} 16384 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"} 5.070848e+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_alert_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alert_master",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alert_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alert_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_alert_rule_history",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"} 90112 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_resource",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 16384 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"} 2.49020416e+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"} 344064 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 1.51552e+06 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"} 32768 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"} 16384 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"} 1.900544e+06 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"} 57344 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"} 32768 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"} 16384 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"} 114688 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"} 630784 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 57344 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_grant",schemaname="public"} 24576 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"} 40960 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"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_access",schemaname="public"} 565248 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_log",schemaname="public"} 3.8977536e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_parameter",schemaname="public"} 3.350528e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_process_run",schemaname="public"} 4.0501248e+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"} 237568 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_refresh_token",schemaname="public"} 2.94912e+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"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_releases_history",schemaname="public"} 90112 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_report",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_report_access",schemaname="public"} 319488 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"} 147456 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"} 278528 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"} 548864 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"} 344064 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"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 3.11296e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cs_user_bunit",schemaname="public"} 139264 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_notification",schemaname="public"} 8192 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"} 344064 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"} 57344 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="cw_trade_approval_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cw_trade_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cw_trade_event",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cw_trade_rl",schemaname="public"} 16384 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"} 827392 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 499712 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"} 221184 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 417792 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"} 720896 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"} 8192 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"} 4.276224e+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"} 81920 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 90112 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"} 16384 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"} 98304 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.3582336e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 6.897664e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 106496 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"} 3.1080448e+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_pricing_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_pricing_policy_scope",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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 16384 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"} 614400 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 761856 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"} 2.0586496e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 2.850816e+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"} 811008 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"} 1.1239424e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 6.38976e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.1272192e+07 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"} 253952 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 106496 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"} 270336 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"} 253952 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"} 606208 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_lease_ext",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"} 16384 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"} 147456 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"} 32768 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_aging_snapshot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_alert",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_alert_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_audit_trail",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_guarantee",schemaname="public"} 24576 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_bpartner",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 16384 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_budget_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",schemaname="public"} 24576 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_dashboard_widget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_day_close_session",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_document_attachment",schemaname="public"} 8192 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_einvoice_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 16384 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"} 1.630208e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 335872 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 237568 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_financial_acct",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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"} 1.171456e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 16384 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_intercompany_agreement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_intercompany_transaction",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"} 155648 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_journalline",schemaname="public"} 835584 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lease",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 8192 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"} 5.7925632e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_customer",schemaname="public"} 229376 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 286720 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"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 303104 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"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 73728 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"} 385024 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_loyalty_liability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_migration_batch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_migration_batch_line",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"} 253952 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_file",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"} 344064 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"} 630784 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 98304 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_posting_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_posting_exception",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_posting_queue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_posting_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_posting_template_version",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"} 1.76128e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptline",schemaname="public"} 3.801088e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptplan",schemaname="public"} 2.1102592e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.8849792e+07 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_report_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_report_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_revaluation_run",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"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_transactions",schemaname="public"} 9.74848e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 8192 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"} 65536 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.7170432e+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"} 90112 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"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_inventory_config",schemaname="public"} 409600 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"} 40960 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"} 7.225344e+06 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_lpn",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_lpn_line",schemaname="public"} 32768 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"} 385024 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_movementline",schemaname="public"} 1.122304e+06 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"} 8192 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"} 16384 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 57344 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.6326656e+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"} 1.523712e+06 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"} 450560 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 1.277952e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 155648 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 745472 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"} 1.122304e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receiptline",schemaname="public"} 4.784128e+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"} 2.760704e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_receipttax",schemaname="public"} 557056 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"} 1.6515072e+07 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"} 2.5772032e+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"} 4.2622976e+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"} 40960 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_supplier_product",schemaname="public"} 3.637248e+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"} 8.2845696e+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"} 417792 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferissue_line",schemaname="public"} 2.179072e+06 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"} 335872 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferorder_line",schemaname="public"} 3.325952e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 1.122304e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferreceipt",schemaname="public"} 303104 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 2.154496e+06 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"} 335872 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"} 3.23584e+06 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"} 1.3090816e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="m_unitcost_history",schemaname="public"} 1.2025856e+07 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_process_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_table_designer",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"} 106496 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoice",schemaname="public"} 532480 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoice_lc",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoice_meta",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoiceline",schemaname="public"} 3.76832e+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"} 172032 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 4.308992e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_invoicetax",schemaname="public"} 663552 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_lc_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_order",schemaname="public"} 303104 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"} 5.185536e+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"} 5.537792e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_ordertax",schemaname="public"} 368640 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_price_variance",schemaname="public"} 8192 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"} 4.718592e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_productprice_history",schemaname="public"} 221184 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_requisition",schemaname="public"} 221184 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_requisition_line",schemaname="public"} 5.603328e+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"} 114688 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"} 81920 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"} 73728 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_credit",schemaname="public"} 155648 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 16384 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_withholding_tax_adjustment",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"} 196608 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"} 253952 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"} 139264 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_customer_creditline",schemaname="public"} 57344 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"} 57344 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoice",schemaname="public"} 2.8680192e+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"} 3.743744e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline",schemaname="public"} 2.146304e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 73728 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 3.7044224e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_invoicetax",schemaname="public"} 1.3869056e+07 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"} 16384 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_joborder_images",schemaname="public"} 8192 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"} 5.4509568e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment",schemaname="public"} 729088 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 753664 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 2.957312e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 720896 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 57344 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"} 7.5948032e+07 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderline",schemaname="public"} 2.9188096e+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"} 2.605056e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 2.801664e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_orderlinetax",schemaname="public"} 8.822784e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_ordertax",schemaname="public"} 7.069696e+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"} 8.749056e+06 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="s_productprice_history",schemaname="public"} 647168 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"} 49152 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"} 884736 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 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 221184 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_custfix_map",schemaname="public"} 65536 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 0 # HELP pg_stat_user_tables_last_analyze Last time at which this table was manually analyzed # TYPE pg_stat_user_tables_last_analyze gauge pg_stat_user_tables_last_analyze{datname="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_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_costing_allocation",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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_alert_rule_history",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_resource",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cs_app_resource_action",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_grant",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_notification",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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cw_trade_rl",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_pcataloguelines_addon",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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="cwr_pricing_policy_scope",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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_einvoice_log",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_cash_merge_backup",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_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_lease_schedule",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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_migration_batch_line",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_file",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_posting_template_version",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_receipt_cash_merge_backup",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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",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="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="m_lpn_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_process_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_table_designer",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_lc",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_withholding_tax_adjustment",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 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="kwc",relname="zz_wallet_plan",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.783590143e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1.7812881e+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.78368496e+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.781288105e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="brand",schemaname="public"} 1.781288105e+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_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_announcement_read",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_correction",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.781288105e+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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_costing_allocation",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.781575536e+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.781288106e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_emp_salary",schemaname="public"} 1.783408554e+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.783408554e+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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_salary_payment_batch_line",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.781288106e+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_survey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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.781288106e+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"} 1.781288106e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="chr_worktag",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_action_type",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.781288109e+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_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_alert_rule_history",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.783585581e+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_resource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_app_schema",schemaname="public"} 1.782996452e+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"} 1.78128821e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.783347893e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_batch_log",schemaname="public"} 1.784129406e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 1.78387279e+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.783680279e+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"} 1.781288274e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 1.781288274e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 1.781288274e+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"} 1.781288274e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_doctype_template",schemaname="public"} 1.781288274e+09 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.783951983e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_import_template",schemaname="public"} 1.783585581e+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"} 1.783945201e+09 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"} 1.783858687e+09 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"} 1.781288276e+09 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.783536274e+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.783585581e+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"} 1.782976529e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 1.781288276e+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_grant",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.781288277e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_permission_set",schemaname="public"} 0 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"} 1.781288279e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_access",schemaname="public"} 1.781288279e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_log",schemaname="public"} 1.783515811e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_parameter",schemaname="public"} 1.783924018e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_process_run",schemaname="public"} 1.783924439e+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.783536274e+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.782996452e+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.783585581e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_refresh_token",schemaname="public"} 1.783491626e+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.783585221e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_releases_history",schemaname="public"} 1.78128829e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_report",schemaname="public"} 1.781288289e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_report_access",schemaname="public"} 1.781288289e+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.783585581e+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"} 1.78128829e+09 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"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_role_application",schemaname="public"} 1.78128829e+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.784103783e+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.78369102e+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.783585581e+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.781288291e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_access",schemaname="public"} 1.781288291e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 1.783321407e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1.781288298e+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.784137507e+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_notification",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"} 1.781288299e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cs_window_access",schemaname="public"} 1.7812883e+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"} 1.7812883e+09 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.783585581e+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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cw_trade_rl",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.784020394e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1.783765453e+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.784026275e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 1.783087947e+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.784044939e+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.783339228e+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.784100962e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 1.7836897e+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.781288319e+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.781288324e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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.783328306e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 1.783867328e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 1.784130306e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pos_log",schemaname="public"} 1.783781297e+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.784019134e+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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_pricing_policy_scope",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.781288329e+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.784133787e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 1.784045359e+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.784131747e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 1.781288336e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 1.78357622e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.784006412e+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.783613186e+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"} 1.781288339e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash",schemaname="public"} 1.783924559e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.783488566e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.784132707e+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.783612826e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 1.784127966e+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.783930319e+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.784035217e+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"} 1.783494566e+09 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.783754291e+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_lease_ext",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"} 1.783341209e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 1.781941357e+09 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.781288345e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_account_category",schemaname="public"} 1.781288345e+09 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"} 1.781288345e+09 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_budget_version",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"} 1.781516426e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_calendar_week",schemaname="public"} 1.781516426e+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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 1.783960204e+09 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.781288345e+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.784122446e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1.784098202e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 1.784098142e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1.781288346e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1.784126586e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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.78393908e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 1.781288347e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 1.784108523e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 1.784108523e+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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_intercompany_transaction",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.784027415e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_journalline",schemaname="public"} 1.782900757e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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.784021835e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1.783584021e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 1.783597344e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 1.783497747e+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.78128835e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1.784006532e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 1.783410774e+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.78128835e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1.78128835e+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.783933019e+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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_migration_batch_line",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.784109004e+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_file",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.784020214e+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.784109364e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 1.784009412e+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.781434593e+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_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_posting_template_version",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.784120887e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 1.781288352e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptline",schemaname="public"} 1.783950423e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1.784028736e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.783667017e+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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_revaluation_run",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.781288354e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_transactions",schemaname="public"} 1.784113265e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 1.781288356e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 1.781288356e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="flyway_schema_history",schemaname="public"} 1.781288356e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="hsncode",schemaname="public"} 1.781288356e+09 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.784022676e+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"} 1.784125986e+09 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"} 1.783054822e+09 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.783434538e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_config",schemaname="public"} 1.781288372e+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.783433938e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 1.783539474e+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.781288392e+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_lpn",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_lpn_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.784117885e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_movementline",schemaname="public"} 1.783771754e+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"} 1.783424936e+09 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.783347894e+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"} 0 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"} 1.781288277e+09 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.784127306e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 1.7839377e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 1.7839416e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 1.783339469e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1.783412815e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1.784041338e+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.783853646e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receiptline",schemaname="public"} 1.783940942e+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.783940942e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_receipttax",schemaname="public"} 1.784122806e+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.784021475e+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.784101083e+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.783676319e+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.78128841e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_supplier_product",schemaname="public"} 1.784123706e+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.783938361e+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.784110264e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1.783853886e+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.784123766e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferorder_line",schemaname="public"} 1.783921138e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 1.784032096e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1.784125926e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1.783758792e+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.784041098e+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.784122386e+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.783344665e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="m_unitcost_history",schemaname="public"} 1.783758672e+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.781288425e+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.784010192e+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_process_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_report_designer",schemaname="public"} 1.78212364e+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_table_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="ntn_window_designer",schemaname="public"} 1.781288425e+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.783265054e+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"} 1.78369192e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 1.783693361e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoice",schemaname="public"} 1.784117885e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoice_meta",schemaname="public"} 1.782482438e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoiceline",schemaname="public"} 1.783490307e+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.782798486e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.784108404e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_invoicetax",schemaname="public"} 1.784108463e+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.784125986e+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.783777636e+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.783945142e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_ordertax",schemaname="public"} 1.784120105e+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"} 1.781288439e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_productprice_history",schemaname="public"} 1.783175061e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_requisition",schemaname="public"} 1.784121186e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_requisition_line",schemaname="public"} 1.78393404e+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.784018654e+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.783581321e+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.784018654e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_credit",schemaname="public"} 1.78393626e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 1.78369132e+09 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_withholding_tax_adjustment",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.784093401e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1.784143928e+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.784145128e+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.784125806e+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.783933559e+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.783783036e+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"} 1.781288442e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_credit",schemaname="public"} 1.783856046e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_customer_creditline",schemaname="public"} 1.78317062e+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.784134087e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 1.783856226e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoice",schemaname="public"} 1.784117466e+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.783694081e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.783575281e+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.784027595e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 1.783754351e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_invoicetax",schemaname="public"} 1.783868409e+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.784109606e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 1.781288465e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment",schemaname="public"} 1.78351629e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 1.781288477e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1.781288477e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 1.78351545e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 1.783922578e+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.783264635e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderline",schemaname="public"} 1.783845246e+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.784036598e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 1.783946222e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1.783581741e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_ordertax",schemaname="public"} 1.784044939e+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.783929479e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="s_productprice_history",schemaname="public"} 1.783951742e+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.781288492e+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.783590983e+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 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 1.783071865e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 1.783071864e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 1.783071865e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 1.783071865e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 1.783071865e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 1.783071865e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 1.783071865e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 1.783071864e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_custfix_map",schemaname="public"} 1.783071864e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_stock_plan",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autoanalyze{datname="kwc",relname="zz_wallet_plan",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.782215154e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1.782890016e+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.783598785e+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.781288105e+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_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_costing_allocation",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.781575536e+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.781288106e+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"} 1.783408194e+09 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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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"} 1.783663296e+09 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_alert_rule_history",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.783585581e+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_resource",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_app_schema",schemaname="public"} 1.782996272e+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.78411595e+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.783074625e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 1.783324765e+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.783680279e+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.78368736e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_import_template",schemaname="public"} 1.783585341e+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"} 1.78368688e+09 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.783536274e+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.783585581e+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"} 1.782976529e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 0 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_grant",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.781288279e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_log",schemaname="public"} 1.784030776e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_parameter",schemaname="public"} 1.784107143e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_process_run",schemaname="public"} 1.783768935e+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.783536274e+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.783585581e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_refresh_token",schemaname="public"} 1.784099162e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_releases_history",schemaname="public"} 1.78128829e+09 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.781288289e+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.783585581e+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"} 0 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"} 1.78128829e+09 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.783081526e+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.783585581e+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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 1.783786456e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1.781288298e+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_notification",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.7812883e+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.783585581e+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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cw_trade_rl",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.783087947e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1.781288306e+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"} 1.781288305e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 1.784008452e+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.78387543e+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.783833864e+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.781288319e+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.782463954e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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.784118125e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 0 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.784129046e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pos_log",schemaname="public"} 1.783956486e+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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_pricing_policy_scope",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"} 1.781288329e+09 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.782882441e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 1.782622921e+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.784128926e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 1.783834525e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.783919157e+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.783526432e+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.783696422e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.783006594e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.782838634e+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"} 1.781288344e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 1.783833443e+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"} 1.782971128e+09 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"} 1.781288344e+09 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.782558688e+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_lease_ext",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"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_einvoice_log",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"} 0 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.784122446e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1.782908199e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 1.781288346e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1.781288346e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1.783073486e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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.783063043e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 1.784011512e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 1.784108523e+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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_intercompany_transaction",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.781789889e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_journalline",schemaname="public"} 1.781288349e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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.783859537e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 1.783343284e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 1.78316582e+09 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"} 1.783764132e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 1.783930439e+09 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_sinv_tds",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.783321285e+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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_migration_batch_line",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"} 1.783510109e+09 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_file",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"} 1.783335808e+09 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.782543086e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 1.784093761e+09 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_posting_template_version",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.783587443e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 1.781288352e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptline",schemaname="public"} 1.782655689e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1.784120947e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.782658148e+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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_transactions",schemaname="public"} 1.784102704e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 1.781288356e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 1.781288356e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="flyway_schema_history",schemaname="public"} 1.781288356e+09 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.781288369e+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"} 1.784123706e+09 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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_inventory_config",schemaname="public"} 1.781288372e+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.781288391e+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_lpn",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_lpn_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.781288396e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_movementline",schemaname="public"} 1.782907659e+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"} 1.783420976e+09 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.783347893e+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"} 0 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"} 1.781288276e+09 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.784120405e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 1.781288371e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 1.781288371e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 1.782731635e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1.782367798e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1.781288376e+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.782721833e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receiptline",schemaname="public"} 1.78357468e+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.783412635e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_receipttax",schemaname="public"} 1.784122806e+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.784143869e+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.782716153e+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.783054825e+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.782731575e+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.783582406e+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.781288411e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1.782910419e+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.781288412e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferorder_line",schemaname="public"} 1.783766653e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 1.782897397e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1.781288413e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1.782379862e+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.781288412e+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.783422176e+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.781288418e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="m_unitcost_history",schemaname="public"} 1.781288424e+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"} 0 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.784010132e+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_process_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_table_designer",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"} 1.783693421e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoice",schemaname="public"} 1.784097542e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 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.782482738e+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.78128843e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.783691141e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_invoicetax",schemaname="public"} 1.784123646e+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.784100662e+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.784097543e+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.783413415e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_ordertax",schemaname="public"} 1.784035217e+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"} 1.781288439e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_productprice_history",schemaname="public"} 1.781288439e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_requisition",schemaname="public"} 1.784124066e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_requisition_line",schemaname="public"} 1.783690121e+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"} 0 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"} 1.781763545e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 1.78369126e+09 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_withholding_tax_adjustment",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"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 1.784118605e+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.784145488e+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.784118605e+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"} 0 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.782023589e+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"} 1.782488199e+09 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.783942324e+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.783693961e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.782657548e+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.782631444e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_invoicetax",schemaname="public"} 1.783343824e+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.7836732e+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.781288475e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 1.781288477e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1.781288476e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 1.781288478e+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.782658869e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderline",schemaname="public"} 1.782731696e+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.782907539e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 1.782826272e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1.782647946e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_ordertax",schemaname="public"} 1.783679859e+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.783929479e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="s_productprice_history",schemaname="public"} 1.783674998e+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"} 0 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.783590983e+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 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 1.783071864e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_stock_plan",schemaname="public"} 1.783054822e+09 pg_stat_user_tables_last_autovacuum{datname="kwc",relname="zz_wallet_plan",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_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_costing_allocation",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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_alert_rule_history",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_resource",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cs_app_resource_action",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_grant",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_notification",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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cw_trade_rl",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_pcataloguelines_addon",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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="cwr_pricing_policy_scope",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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_einvoice_log",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_cash_merge_backup",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_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_lease_schedule",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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_migration_batch_line",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_file",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_posting_template_version",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_receipt_cash_merge_backup",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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",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="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="m_lpn_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_process_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_table_designer",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_lc",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_withholding_tax_adjustment",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 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="kwc",relname="zz_wallet_plan",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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_customer",schemaname="public"} 12236 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1456 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"} 1196 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="brand",schemaname="public"} 1 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_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_announcement_read",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_correction",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"} 0 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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_costing_allocation",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"} 43 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"} 10 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_emp_salary",schemaname="public"} 86 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"} 146 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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_payroll_liability_payment_line",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"} 1 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_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_salary_payment_batch_line",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"} 0 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_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="chr_year",schemaname="public"} 0 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"} 0 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"} 0 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_action_type",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"} 0 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_alert_rule_history",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"} 5 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_app_schema",schemaname="public"} 40 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"} 16 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_batch_log",schemaname="public"} 134 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 936 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 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"} 2 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"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 6 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_doctype_template",schemaname="public"} 2 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"} 25 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_import_template",schemaname="public"} 44 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"} 87 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"} 19 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_integration_scope",schemaname="public"} 1 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"} 0 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"} 3 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_grant",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"} 13 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 1 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"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_access",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_log",schemaname="public"} 103 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_run",schemaname="public"} 6304 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 43 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"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_region",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_releases",schemaname="public"} 23 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"} 14 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_report_access",schemaname="public"} 28 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"} 11 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"} 16 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_role_application",schemaname="public"} 0 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"} 131 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"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_taxcategory",schemaname="public"} 0 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"} 0 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"} 12 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_access",schemaname="public"} 0 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"} 1 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"} 26 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_mfa",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cs_user_notification",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"} 13 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"} 1 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cw_trade_rl",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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 218 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 693 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"} 90 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"} 0 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"} 249 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"} 0 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"} 0 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"} 0 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"} 0 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"} 41 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 18 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"} 2 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"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 0 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"} 105 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_config",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 42 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"} 5 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 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"} 2 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"} 0 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"} 440 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 481 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 64 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 525 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_tillcash",schemaname="public"} 314 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"} 43 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"} 118 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"} 127 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 1 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"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 31 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"} 17 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"} 600 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_lease_ext",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"} 24 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 9 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"} 0 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"} 0 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"} 1 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"} 0 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"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 4 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_budget_version",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"} 1 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"} 8 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_calendar_week",schemaname="public"} 106 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"} 2 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_day_close_session",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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_document_attachment",schemaname="public"} 0 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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_einvoice_log",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"} 0 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"} 16 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 653 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 168 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"} 231 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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"} 473 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 15 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 0 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 211 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_journalline",schemaname="public"} 244 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 1563 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_customer",schemaname="public"} 17 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 98 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"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 44 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 50 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1 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"} 215 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 1 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_migration_batch_line",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"} 455 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_file",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"} 490 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentplan",schemaname="public"} 1204 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 2 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"} 46 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"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_posting_template_version",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"} 13112 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptline",schemaname="public"} 15954 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptplan",schemaname="public"} 391 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1314 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_revaluation_run",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"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_transactions",schemaname="public"} 727 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 2 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"} 19260 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_batch_sequence",schemaname="public"} 17 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 175 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_costing_preferences",schemaname="public"} 2 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"} 13 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_config",schemaname="public"} 1 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"} 2 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 12 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"} 4 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"} 2940 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_lpn_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"} 196 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_movementline",schemaname="public"} 1578 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"} 0 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"} 2 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"} 364 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"} 0 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"} 334 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 108 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"} 55 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 925 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"} 18 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receiptline",schemaname="public"} 7721 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"} 1164 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_receipttax",schemaname="public"} 234 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"} 8689 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"} 9507 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"} 8 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_supplier_product",schemaname="public"} 1780 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"} 4567 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"} 569 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1809 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"} 629 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferorder_line",schemaname="public"} 1377 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferreceipt",schemaname="public"} 709 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1688 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"} 117 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"} 2499 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"} 3191 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"} 3 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"} 55 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_report_designer",schemaname="public"} 9 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="ntn_window_designer",schemaname="public"} 5 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"} 8 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"} 36 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoice",schemaname="public"} 717 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 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"} 1726 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"} 299 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_invoicetax",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_lc_type",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_order",schemaname="public"} 511 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"} 1128 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"} 44 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_ordertax",schemaname="public"} 574 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_pricelist",schemaname="public"} 1 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"} 537 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"} 33 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_requisition_line",schemaname="public"} 2910 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"} 56 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"} 61 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"} 10 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_credit",schemaname="public"} 372 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 17 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_withholding_tax_adjustment",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"} 33 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 46 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 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"} 7 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"} 44 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"} 97 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"} 247 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"} 0 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"} 66 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_customer_creditline",schemaname="public"} 2 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"} 25 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 91 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoice",schemaname="public"} 6788 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"} 10 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoiceline",schemaname="public"} 4462 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"} 121 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 1488 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_invoicetax",schemaname="public"} 16986 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"} 3 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 1 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"} 1 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"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_part",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_joborder_services",schemaname="public"} 1 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"} 12735 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment",schemaname="public"} 175 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"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 65 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 28 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"} 73 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderline",schemaname="public"} 6541 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"} 23 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_orderlinetax",schemaname="public"} 910 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_ordertax",schemaname="public"} 6511 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"} 0 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"} 147 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_productprice_history",schemaname="public"} 9 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"} 4 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="s_service_bill",schemaname="public"} 1 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"} 3 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"} 445 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 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="kwc",relname="zz_wallet_plan",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"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 12 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"} 403089 pg_stat_user_tables_n_live_tup{datname="kwc",relname="b2c_customer_address",schemaname="public"} 401460 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"} 411771 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"} 344 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_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_announcement_read",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_correction",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"} 183 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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_costing_allocation",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"} 6 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"} 1304 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"} 4312 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_emp_salary",schemaname="public"} 442 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"} 478 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_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_employee_category",schemaname="public"} 2 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"} 1 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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_in_pf_ecr",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"} 40 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_knowledge_base_article",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_ledger",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"} 1 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"} 1 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"} 1 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_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_notification_template",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_component_assignment",schemaname="public"} 0 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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_payment_batch_line",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"} 36 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 289 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"} 1 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_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 74 pg_stat_user_tables_n_live_tup{datname="kwc",relname="chr_worktag",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_action_type",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"} 87156 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_alert_rule_history",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"} 271 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"} 23 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_app_schema",schemaname="public"} 40 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"} 601 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_audit_log",schemaname="public"} 2.490613e+06 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_log",schemaname="public"} 4281 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 19509 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_batch_register",schemaname="public"} 29 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_bunit",schemaname="public"} 111 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"} 91 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"} 251 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"} 12 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_client",schemaname="public"} 2 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"} 12 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"} 8 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"} 9 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_currency",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 7 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"} 72 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_doctype_template",schemaname="public"} 62 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"} 24036 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_import_template",schemaname="public"} 79 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"} 504 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"} 158 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integration_scope",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integrations",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 1 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"} 95 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"} 374 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"} 37 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_nearbystores",schemaname="public"} 6909 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 665 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_paymentterm",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_grant",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"} 194 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_set",schemaname="public"} 14 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 25 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"} 403 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_access",schemaname="public"} 2279 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_log",schemaname="public"} 460328 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_parameter",schemaname="public"} 43322 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_run",schemaname="public"} 246878 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"} 393 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_window",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_process_window_access",schemaname="public"} 11 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"} 860 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_refresh_token",schemaname="public"} 35812 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_region",schemaname="public"} 52 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_releases",schemaname="public"} 342 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_releases_history",schemaname="public"} 1238 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_report",schemaname="public"} 473 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_report_access",schemaname="public"} 1121 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"} 454 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"} 84 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"} 15 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_role_application",schemaname="public"} 73 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"} 4533 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"} 6641 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"} 1597 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_task",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_tax",schemaname="public"} 25 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"} 7 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"} 6 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"} 11 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"} 139 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_access",schemaname="public"} 138 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 38935 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_bunit",schemaname="public"} 2062 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"} 121 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_mfa",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_user_notification",schemaname="public"} 0 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"} 13 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"} 918 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cs_window_access",schemaname="public"} 1885 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"} 573 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"} 813 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cw_trade_rl",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"} 9482 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 4635 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"} 2444 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 4540 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"} 1 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"} 8754 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"} 1 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"} 1 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"} 1 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"} 1 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"} 53317 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 1 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"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 1 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"} 802 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 913 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"} 1 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"} 1310 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 1 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"} 53544 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 86929 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 1009 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"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pos_log",schemaname="public"} 444935 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"} 1 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 21 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"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 1 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"} 4 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"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 1275 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"} 7347 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 9246 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"} 82 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"} 240094 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 33116 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"} 9872 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"} 79 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash",schemaname="public"} 139422 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 78159 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 140126 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"} 2988 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 1136 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"} 1447 pg_stat_user_tables_n_live_tup{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 6 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"} 3106 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"} 67 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"} 5 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"} 8040 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_lease_ext",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"} 68 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 68 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"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 5 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"} 1165 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_account_category",schemaname="public"} 69 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 43 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 12 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"} 36 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 179 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 2 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_budget_version",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"} 6 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"} 36 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_calendar_week",schemaname="public"} 477 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"} 9 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_day_close_session",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"} 42 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_document_attachment",schemaname="public"} 0 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_einvoice_config",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 33 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"} 63 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"} 3091 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 4236 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 3313 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1338 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1339 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 36 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"} 15041 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 405 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 100 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 50 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_intercompany_transaction",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"} 1581 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_journalline",schemaname="public"} 8215 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 736191 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1182 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 2059 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 4240 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 143 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1098 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 3760 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"} 169 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 958 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"} 4857 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 14 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_migration_batch_line",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"} 3104 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_file",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"} 3151 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentplan",schemaname="public"} 8294 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 1046 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"} 108 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"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 7 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 15 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receipt",schemaname="public"} 92697 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 2216 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptline",schemaname="public"} 92681 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptplan",schemaname="public"} 88081 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 92072 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_report_template",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_revaluation_run",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"} 269 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_transactions",schemaname="public"} 124948 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 5695 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 3685 pg_stat_user_tables_n_live_tup{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="flyway_schema_history",schemaname="public"} 3169 pg_stat_user_tables_n_live_tup{datname="kwc",relname="hsncode",schemaname="public"} 288 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"} 6 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"} 151867 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"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_batch_sequence",schemaname="public"} 1 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"} 1122 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"} 354 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_config",schemaname="public"} 6750 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"} 129 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 188 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"} 6 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 7 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"} 107465 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_lpn_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"} 4758 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_movementline",schemaname="public"} 14665 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"} 1 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"} 5 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"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 246 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"} 8 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"} 45912 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"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_product_images",schemaname="public"} 25386 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"} 5450 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 2432 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 2413 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 17703 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1769 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 8743 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"} 16373 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receiptline",schemaname="public"} 56104 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"} 41299 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_receipttax",schemaname="public"} 4649 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"} 82852 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"} 99809 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"} 190276 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"} 363 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_supplier_product",schemaname="public"} 15318 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"} 333282 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"} 3613 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferissue_line",schemaname="public"} 10514 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"} 4137 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferorder_line",schemaname="public"} 16228 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 16094 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferreceipt",schemaname="public"} 3611 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 10412 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"} 4165 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"} 16148 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"} 156370 pg_stat_user_tables_n_live_tup{datname="kwc",relname="m_unitcost_history",schemaname="public"} 157045 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"} 98 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"} 77 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_report_designer",schemaname="public"} 72 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="ntn_window_designer",schemaname="public"} 83 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"} 1094 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"} 8 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 19 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoice",schemaname="public"} 6621 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoice_lc",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoice_meta",schemaname="public"} 510 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoiceline",schemaname="public"} 43623 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"} 1592 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 51981 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_invoicetax",schemaname="public"} 8354 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_lc_type",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_order",schemaname="public"} 3519 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"} 59150 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"} 63757 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_ordertax",schemaname="public"} 4301 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"} 3 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"} 81456 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_productprice_history",schemaname="public"} 2487 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_requisition",schemaname="public"} 2479 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_requisition_line",schemaname="public"} 63768 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"} 993 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"} 1116 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"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_contact",schemaname="public"} 993 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_credit",schemaname="public"} 1795 pg_stat_user_tables_n_live_tup{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 13 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_withholding_tax_adjustment",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"} 2 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"} 1189 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"} 1348 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"} 3 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"} 79 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_credit",schemaname="public"} 1659 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_customer_creditline",schemaname="public"} 521 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"} 520 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 1046 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoice",schemaname="public"} 88118 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"} 56895 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoiceline",schemaname="public"} 107057 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"} 626 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 212552 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_invoicetax",schemaname="public"} 175406 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"} 10 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 2 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"} 2 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 2 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"} 10 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_part",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_joborder_services",schemaname="public"} 2 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"} 88444 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 170 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment",schemaname="public"} 11003 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 10977 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 44032 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 10644 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 452 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"} 420237 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderline",schemaname="public"} 107280 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"} 32854 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 35587 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_orderlinetax",schemaname="public"} 109196 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_ordertax",schemaname="public"} 89263 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"} 1 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"} 55121 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_productprice_history",schemaname="public"} 7528 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"} 477 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_bill",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_bill_line",schemaname="public"} 1 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"} 3 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"} 10 pg_stat_user_tables_n_live_tup{datname="kwc",relname="s_service_type",schemaname="public"} 5 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"} 3 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"} 12540 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 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 295 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 145 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 1005 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 144 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 16 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 157 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 2102 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 88 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 5 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 1434 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 191 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 23 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 1964 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 4731 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 4363 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 139 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 143 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 139 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 1518 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 22 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 148 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 1946 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 148 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 11 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 1932 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 155 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 2102 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 295 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_custfix_map",schemaname="public"} 148 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_stock_plan",schemaname="public"} 4731 pg_stat_user_tables_n_live_tup{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 16 # 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="api_key",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer",schemaname="public"} 18773 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="b2c_customer_address",schemaname="public"} 21985 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"} 25389 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="brand",schemaname="public"} 3 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_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_costing_allocation",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"} 6 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"} 104 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"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_emp_salary",schemaname="public"} 3 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"} 7 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_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_employee_category",schemaname="public"} 2 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"} 1 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_fbp_declaration",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"} 7 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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_in_pf_ecr",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"} 40 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_knowledge_base_article",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_ledger",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"} 1 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"} 1 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"} 1 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_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_notification_template",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_component_assignment",schemaname="public"} 0 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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_payroll_liability_payment_line",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"} 2 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_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_payment_batch_line",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"} 36 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 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"} 1 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_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="chr_year",schemaname="public"} 1 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"} 4 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"} 2 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_action_type",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"} 3076 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_alert_rule_history",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"} 29 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_app_schema",schemaname="public"} 40 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_audit_log",schemaname="public"} 135408 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_log",schemaname="public"} 48 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 1145 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_batch_register",schemaname="public"} 29 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit",schemaname="public"} 0 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 9 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"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_client",schemaname="public"} 2 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"} 36 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"} 8 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"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_currency",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 14 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_doctype_template",schemaname="public"} 2 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"} 485 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_import_template",schemaname="public"} 2 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"} 1 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"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integration_scope",schemaname="public"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integrations",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 1 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"} 2 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"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_nearbystores",schemaname="public"} 160 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_paymentterm",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_grant",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"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_set",schemaname="public"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 27 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"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_access",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_log",schemaname="public"} 28714 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_parameter",schemaname="public"} 1694 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_process_run",schemaname="public"} 12651 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"} 11 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"} 11 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"} 2601 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_region",schemaname="public"} 55 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_releases",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_releases_history",schemaname="public"} 69 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report",schemaname="public"} 58 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_report_access",schemaname="public"} 43 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"} 6 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"} 33 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"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_role_application",schemaname="public"} 1 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"} 111 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"} 353 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"} 2 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tax",schemaname="public"} 25 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_tax_acct",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_taxcategory",schemaname="public"} 7 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"} 6 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"} 11 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"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_access",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 3347 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_bunit",schemaname="public"} 95 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_mfa",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_user_notification",schemaname="public"} 0 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"} 13 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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cs_window_access",schemaname="public"} 19 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"} 8 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cw_trade_rl",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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 270 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 256 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"} 118 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 458 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"} 1 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"} 230 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"} 1 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"} 1 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"} 1 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"} 1 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"} 4625 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"} 1 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 108 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"} 3 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"} 57 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 1 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"} 1669 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 7849 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_config",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 43 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_log",schemaname="public"} 24175 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 43 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 21 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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 1 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"} 4 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 15 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"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 416 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_store_discount",schemaname="public"} 2 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"} 27 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 11313 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 3249 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"} 545 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash",schemaname="public"} 4272 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 5931 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 34 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"} 212 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 1 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"} 136 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 7 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"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 53 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"} 10 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"} 6 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"} 360 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_lease_ext",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"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 31 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"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 1 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"} 28 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"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 43 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 12 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"} 36 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 6 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_budget_version",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"} 8 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_calendar_week",schemaname="public"} 0 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"} 13 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_day_close_session",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"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_document_attachment",schemaname="public"} 0 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_einvoice_config",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 8 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"} 1 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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 185 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 89 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 47 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_financial_acct",schemaname="public"} 111 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 36 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"} 583 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 21 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 0 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 3 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"} 146 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_journalline",schemaname="public"} 787 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 11245 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_customer",schemaname="public"} 65 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 178 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 224 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 68 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 395 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"} 55 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 42 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"} 234 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 14 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_migration_batch_line",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"} 151 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_file",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"} 337 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentplan",schemaname="public"} 165 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 90 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"} 24 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receipt",schemaname="public"} 1427 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptline",schemaname="public"} 3386 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptplan",schemaname="public"} 3193 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 5793 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_report_template",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_revaluation_run",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"} 42 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_transactions",schemaname="public"} 1149 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 10 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"} 6 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"} 2220 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"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 4 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_costing_preferences",schemaname="public"} 3 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"} 74 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_config",schemaname="public"} 134 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"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 8 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"} 10 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 11 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"} 1747 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_lpn_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"} 76 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_movementline",schemaname="public"} 413 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"} 0 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"} 1 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"} 5 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"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 20 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"} 25 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"} 778 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"} 4 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"} 3 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"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 262 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 58 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 1528 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 213 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 144 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"} 855 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receiptline",schemaname="public"} 5138 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"} 2085 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_receipttax",schemaname="public"} 483 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"} 5645 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"} 3273 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"} 13240 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"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_supplier_product",schemaname="public"} 189 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"} 9616 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"} 230 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferissue_line",schemaname="public"} 612 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"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferorder_line",schemaname="public"} 948 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 79 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferreceipt",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 1022 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"} 180 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"} 100 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"} 2448 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="m_unitcost_history",schemaname="public"} 807 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"} 5 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_report_designer",schemaname="public"} 52 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="ntn_window_designer",schemaname="public"} 10 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"} 139 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"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoice",schemaname="public"} 523 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoice_lc",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoice_meta",schemaname="public"} 15 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoiceline",schemaname="public"} 3077 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"} 56 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 387 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_invoicetax",schemaname="public"} 724 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_lc_type",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_order",schemaname="public"} 118 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"} 4853 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"} 1115 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_ordertax",schemaname="public"} 275 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"} 4 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"} 2750 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_productprice_history",schemaname="public"} 196 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_requisition",schemaname="public"} 111 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_requisition_line",schemaname="public"} 4339 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"} 23 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"} 62 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"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_contact",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="p_supplier_credit",schemaname="public"} 191 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_withholding_tax_adjustment",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"} 43 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_job_details",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="qrtz_locks",schemaname="public"} 2 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"} 55 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"} 32 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"} 97 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"} 167 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"} 3 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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_credit",schemaname="public"} 195 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_customer_creditline",schemaname="public"} 74 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"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 132 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoice",schemaname="public"} 2573 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"} 3690 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoiceline",schemaname="public"} 8013 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"} 13 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 11119 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_invoicetax",schemaname="public"} 14109 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"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 3 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"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 2 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"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_part",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_joborder_services",schemaname="public"} 4 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"} 1950 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 55 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment",schemaname="public"} 324 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 923 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 3722 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 573 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 24 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"} 32675 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderline",schemaname="public"} 5572 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"} 315 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 658 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_orderlinetax",schemaname="public"} 7751 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_ordertax",schemaname="public"} 2742 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"} 1 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"} 534 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_productprice_history",schemaname="public"} 124 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"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_bill",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_bill_line",schemaname="public"} 1 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"} 3 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"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="s_service_type",schemaname="public"} 5 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"} 3 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"} 1195 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 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 22 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 11 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 16 # 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_customer",schemaname="public"} 148 pg_stat_user_tables_n_tup_del{datname="kwc",relname="b2c_customer_address",schemaname="public"} 0 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"} 0 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"} 0 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_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_costing_allocation",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"} 6 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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_payment_batch_line",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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 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_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_alert_rule_history",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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_app_schema",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 0 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"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 1 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"} 0 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"} 121 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"} 0 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_grant",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"} 1 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"} 3 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_process_access",schemaname="public"} 2 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"} 1 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"} 2 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"} 0 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"} 82 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_region",schemaname="public"} 0 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"} 28 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_role_application",schemaname="public"} 0 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"} 3 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"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_access",schemaname="public"} 0 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"} 1 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"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cs_user_notification",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"} 4 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cw_trade_rl",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"} 16 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 17 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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"} 28775 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 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"} 22 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 5 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"} 5 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_tillcash",schemaname="public"} 17 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"} 0 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"} 2 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"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 7 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"} 9 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"} 1080 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_lease_ext",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"} 9 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 9 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"} 0 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"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_budget_version",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"} 2 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"} 8 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_calendar_week",schemaname="public"} 106 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"} 6 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_day_close_session",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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_document_attachment",schemaname="public"} 0 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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_einvoice_log",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"} 55 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1388 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 73 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_cash_merge_backup",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"} 82 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 115 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 60 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_intercompany_transaction",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"} 53 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_journalline",schemaname="public"} 194 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 30473 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_customer",schemaname="public"} 7 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"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 7 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 166 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 377 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_sinv_tds",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"} 543 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_migration_batch_line",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"} 128 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_file",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"} 837 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"} 1389 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 179 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"} 24 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_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_posting_template_version",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"} 104 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptline",schemaname="public"} 129 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1325 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1757 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_revaluation_run",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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_transactions",schemaname="public"} 3969 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 1422 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"} 2 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_config",schemaname="public"} 1 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"} 2 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 0 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"} 44 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_lpn_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"} 4 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_movementline",schemaname="public"} 0 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"} 0 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"} 434 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"} 0 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"} 0 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"} 18 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"} 18 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receiptline",schemaname="public"} 595 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"} 1835 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_receipttax",schemaname="public"} 32775 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"} 23 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"} 1 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"} 4162 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"} 0 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"} 12 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferissue_line",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 0 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"} 0 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"} 0 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"} 0 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_process_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_table_designer",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"} 30 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 110 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoice",schemaname="public"} 266 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 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"} 4125 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 5412 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_invoicetax",schemaname="public"} 33483 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"} 17 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"} 30 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"} 44 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_ordertax",schemaname="public"} 19681 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"} 1 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_requisition_line",schemaname="public"} 0 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"} 3 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"} 3 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"} 409 pg_stat_user_tables_n_tup_del{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 116 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_withholding_tax_adjustment",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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 2416 pg_stat_user_tables_n_tup_del{datname="kwc",relname="qrtz_job_details",schemaname="public"} 0 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"} 0 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"} 13 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"} 712 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"} 0 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"} 273 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_customer_creditline",schemaname="public"} 2 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"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 35 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoice",schemaname="public"} 131 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"} 99 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"} 121 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 2980 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_invoicetax",schemaname="public"} 62493 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"} 2 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"} 1 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"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_part",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_joborder_services",schemaname="public"} 1 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"} 13 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"} 990 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"} 10 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_orderlinetax",schemaname="public"} 3337 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_ordertax",schemaname="public"} 44553 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"} 13 pg_stat_user_tables_n_tup_del{datname="kwc",relname="s_productprice_history",schemaname="public"} 9 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"} 0 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"} 1 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 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="kwc",relname="zz_wallet_plan",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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_customer",schemaname="public"} 61752 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1378 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"} 10022 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"} 0 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_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_announcement_read",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_correction",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"} 0 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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_costing_allocation",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"} 59 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_emp_salary",schemaname="public"} 828 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"} 1552 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_bank_account",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_fbp_declaration",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"} 0 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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_payroll_liability_payment_line",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"} 1 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_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_payment_batch_line",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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 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_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="chr_year",schemaname="public"} 0 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"} 0 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"} 0 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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_alert_rule_history",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"} 1074 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"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_app_schema",schemaname="public"} 176 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_batch_log",schemaname="public"} 2892 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 5654 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"} 66 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"} 0 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"} 1 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"} 24 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"} 5 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_doctype_template",schemaname="public"} 1 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"} 264 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"} 459 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"} 157 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_integration_scope",schemaname="public"} 1 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"} 0 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"} 432 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"} 1186 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"} 2 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_grant",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"} 13 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"} 0 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"} 59124 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"} 1340 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 79 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"} 2556 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"} 46 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"} 48 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 2107 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_reportschedule",schemaname="public"} 33 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"} 35 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"} 5384 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"} 0 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"} 7004 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"} 0 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"} 0 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"} 0 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"} 10 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"} 23 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 11394 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_notification",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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cs_window_access",schemaname="public"} 1 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"} 0 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"} 12086 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cw_trade_rl",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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 2232 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 0 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"} 1922 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"} 0 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"} 2526 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"} 0 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"} 0 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"} 0 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"} 0 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"} 381 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 23 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"} 2 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"} 9 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 0 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"} 11 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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"} 297 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_config",schemaname="public"} 10 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 29092 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"} 804 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 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"} 2 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"} 9535 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 8318 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 39615 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 18673 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 78944 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillcash",schemaname="public"} 3684 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 81 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"} 29631 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"} 1139 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 1 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 10 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"} 34 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_lease_ext",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"} 35 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"} 0 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"} 0 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"} 1 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"} 0 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"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 4 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 27 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"} 0 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"} 617391 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"} 704 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"} 45512 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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"} 6459 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 11 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 54 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 2103 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_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 17 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 467 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"} 3 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"} 0 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1 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"} 8 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_migration_batch_line",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"} 7715 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_file",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"} 75 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_paymentplan",schemaname="public"} 2016 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"} 34 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"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_posting_template_version",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"} 126985 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptline",schemaname="public"} 854 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptplan",schemaname="public"} 32980 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 2 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_revaluation_run",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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_transactions",schemaname="public"} 46095 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 2 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"} 3284 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_batch_sequence",schemaname="public"} 13191 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_costing_preferences",schemaname="public"} 2 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"} 375 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 40 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 2 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"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 4 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"} 106 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_lpn_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"} 4931 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_movementline",schemaname="public"} 8 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"} 17 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"} 16278 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"} 0 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"} 46288 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 3326 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"} 877 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 1696 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"} 20466 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"} 1.496083e+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"} 16398 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"} 45500 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"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_supplier_product",schemaname="public"} 24381 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"} 33561 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"} 7015 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferissue_line",schemaname="public"} 6426 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"} 8847 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferorder_line",schemaname="public"} 20357 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"} 5727 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 5220 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"} 4355 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"} 6020 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"} 223 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"} 1 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"} 30 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_report_designer",schemaname="public"} 102 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="ntn_window_designer",schemaname="public"} 7 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"} 243 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"} 112 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 122 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoice",schemaname="public"} 72804 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 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"} 601 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"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_invoicetax",schemaname="public"} 5 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_lc_type",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_order",schemaname="public"} 77870 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"} 9814 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"} 1 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"} 229 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"} 16665 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_requisition_line",schemaname="public"} 6919 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"} 105 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"} 153 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"} 115 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_credit",schemaname="public"} 186 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 64 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_withholding_tax_adjustment",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"} 2417 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"} 380585 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"} 1229 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"} 628 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"} 213 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"} 1929 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 451 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoice",schemaname="public"} 192775 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"} 56 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoiceline",schemaname="public"} 2281 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"} 3 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_invoicetax",schemaname="public"} 4 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"} 11 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 1 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"} 79965 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment",schemaname="public"} 2651 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"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 762 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 135 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"} 24434 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"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_orderlinetax",schemaname="public"} 11 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_ordertax",schemaname="public"} 88 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"} 0 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"} 12069 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="s_service_bill",schemaname="public"} 1 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"} 12 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"} 1482 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 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="kwc",relname="zz_wallet_plan",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"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="api_key",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer",schemaname="public"} 403237 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="b2c_customer_address",schemaname="public"} 403222 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"} 411771 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"} 349830 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="brand",schemaname="public"} 344 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_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_announcement_read",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_correction",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"} 183 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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_costing_allocation",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"} 6 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"} 1304 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"} 4312 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_emp_salary",schemaname="public"} 442 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"} 482 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_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_employee_category",schemaname="public"} 2 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"} 1 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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_in_pf_ecr",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"} 40 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_knowledge_base_article",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_ledger",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"} 1 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"} 1 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"} 1 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_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_notification_template",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_component_assignment",schemaname="public"} 0 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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_payment_batch_line",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"} 36 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 289 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"} 1 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_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 74 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="chr_worktag",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_action_type",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"} 88566 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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_alert_rule_history",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"} 271 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"} 23 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_app_schema",schemaname="public"} 40 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"} 601 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_audit_log",schemaname="public"} 2.512387e+06 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_log",schemaname="public"} 4281 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 19509 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_batch_register",schemaname="public"} 29 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit",schemaname="public"} 111 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"} 91 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 130 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 251 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"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_client",schemaname="public"} 2 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"} 12 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"} 8 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"} 9 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_currency",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 8 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"} 72 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_doctype_template",schemaname="public"} 62 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"} 24157 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_import_template",schemaname="public"} 79 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"} 504 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"} 160 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integration_scope",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integrations",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_integrations_config",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 1 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"} 95 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"} 71 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"} 374 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"} 37 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_nearbystores",schemaname="public"} 6909 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 665 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_paymentterm",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_grant",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"} 194 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_set",schemaname="public"} 14 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 26 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"} 406 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_access",schemaname="public"} 2282 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_log",schemaname="public"} 476174 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_parameter",schemaname="public"} 43732 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_run",schemaname="public"} 247156 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"} 395 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window_access",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 11 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"} 860 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_refresh_token",schemaname="public"} 36315 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_region",schemaname="public"} 52 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_releases",schemaname="public"} 342 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_releases_history",schemaname="public"} 1238 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_report",schemaname="public"} 473 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_report_access",schemaname="public"} 1149 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"} 454 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_reportschedule",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 84 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"} 15 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_role_application",schemaname="public"} 73 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"} 4538 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"} 6641 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"} 1597 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_task",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tax",schemaname="public"} 25 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_tax_acct",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_taxcategory",schemaname="public"} 7 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"} 6 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"} 11 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"} 139 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_access",schemaname="public"} 138 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 38958 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_bunit",schemaname="public"} 2063 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"} 121 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_mfa",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_user_notification",schemaname="public"} 0 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"} 13 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"} 918 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cs_window_access",schemaname="public"} 1889 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"} 574 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"} 815 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cw_trade_rl",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"} 9482 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 4634 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"} 2444 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 4651 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"} 1 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"} 8754 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"} 1 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"} 1 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"} 1 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"} 1 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"} 53332 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 1 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"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 1 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"} 813 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 930 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"} 1 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"} 1310 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 1 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"} 55488 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 86982 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 1009 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_config",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 28775 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_log",schemaname="public"} 451055 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"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 4 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 21 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"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 1 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"} 4 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"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 1275 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"} 7349 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 9247 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"} 88 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 306 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 242367 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 33195 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"} 9872 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"} 79 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash",schemaname="public"} 139439 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 78159 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 140126 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"} 2988 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 1136 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"} 1466 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 6 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"} 9 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 3128 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"} 76 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"} 5 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"} 9120 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_lease_ext",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"} 89 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 77 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"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 5 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"} 1165 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_account_category",schemaname="public"} 69 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 43 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 12 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"} 36 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 179 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 2 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_budget_version",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"} 7 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"} 44 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_calendar_week",schemaname="public"} 583 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"} 11 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_day_close_session",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"} 42 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_document_attachment",schemaname="public"} 0 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_einvoice_config",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 33 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"} 63 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"} 3135 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 5624 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 3388 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1338 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_financial_acct",schemaname="public"} 1339 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 36 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"} 15113 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 405 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 215 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 80 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_intercompany_transaction",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"} 1631 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_journalline",schemaname="public"} 8433 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 766810 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1189 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 2059 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 4240 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 150 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1264 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 4157 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"} 169 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 958 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"} 5420 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 15 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 14 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_migration_batch_line",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"} 3235 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_file",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"} 4003 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentplan",schemaname="public"} 9802 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 1234 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"} 132 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"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 7 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 15 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receipt",schemaname="public"} 92822 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 2216 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptline",schemaname="public"} 92830 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptplan",schemaname="public"} 89438 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 93906 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_report_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_revaluation_run",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"} 269 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_transactions",schemaname="public"} 128917 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 5695 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 3685 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="flyway_schema_history",schemaname="public"} 3169 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="hsncode",schemaname="public"} 288 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"} 6 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"} 155701 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"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_batch_sequence",schemaname="public"} 1 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"} 1122 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"} 356 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_config",schemaname="public"} 6751 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"} 129 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 190 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"} 6 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 7 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"} 107509 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_lpn_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"} 4823 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_movementline",schemaname="public"} 15864 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"} 1 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"} 5 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"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 680 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"} 8 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"} 45912 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"} 4 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"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_product_images",schemaname="public"} 25386 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"} 5501 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 2432 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 2413 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 17703 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1769 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 8743 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"} 16391 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receiptline",schemaname="public"} 56726 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"} 43136 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_receipttax",schemaname="public"} 37424 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"} 82988 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"} 100187 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"} 195151 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"} 363 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_supplier_product",schemaname="public"} 15318 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"} 334754 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"} 3617 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferissue_line",schemaname="public"} 10518 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"} 4137 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferorder_line",schemaname="public"} 16228 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 16094 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferreceipt",schemaname="public"} 3611 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 10412 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"} 4165 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"} 16148 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"} 156370 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="m_unitcost_history",schemaname="public"} 157045 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"} 98 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"} 77 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_report_designer",schemaname="public"} 72 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="ntn_window_designer",schemaname="public"} 83 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"} 1094 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"} 37 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 129 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoice",schemaname="public"} 6912 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoice_lc",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoice_meta",schemaname="public"} 510 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoiceline",schemaname="public"} 48074 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"} 1592 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 57719 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_invoicetax",schemaname="public"} 41855 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_lc_type",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_order",schemaname="public"} 3533 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"} 59180 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"} 63801 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_ordertax",schemaname="public"} 23982 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_pricelist",schemaname="public"} 3 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"} 81457 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_productprice_history",schemaname="public"} 2487 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_requisition",schemaname="public"} 2479 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_requisition_line",schemaname="public"} 63768 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"} 996 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"} 1117 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"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_contact",schemaname="public"} 993 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_credit",schemaname="public"} 2173 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 94 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_withholding_tax_adjustment",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"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 2416 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_job_details",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="qrtz_locks",schemaname="public"} 2 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"} 1 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"} 4 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"} 1207 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"} 1672 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"} 3 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"} 79 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_credit",schemaname="public"} 1721 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_customer_creditline",schemaname="public"} 523 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"} 520 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 1102 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoice",schemaname="public"} 88179 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"} 56881 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoiceline",schemaname="public"} 107158 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"} 747 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 215532 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_invoicetax",schemaname="public"} 237905 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"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 2 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"} 3 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 2 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"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_part",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_joborder_services",schemaname="public"} 3 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"} 88635 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 170 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment",schemaname="public"} 11002 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 10977 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 44032 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 10644 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 452 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"} 420309 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderline",schemaname="public"} 108282 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"} 32854 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 35610 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_orderlinetax",schemaname="public"} 112547 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_ordertax",schemaname="public"} 133830 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"} 1 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"} 55134 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_productprice_history",schemaname="public"} 7537 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"} 477 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_bill",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_bill_line",schemaname="public"} 1 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"} 3 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"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="s_service_type",schemaname="public"} 5 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"} 3 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"} 13739 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 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 295 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 145 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 1005 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 144 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 16 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 157 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 2102 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 88 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 1434 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 191 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 23 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 1964 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 4731 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 4363 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 139 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 143 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 139 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 1518 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 22 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 148 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 1946 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 148 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 11 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 1932 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 155 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 2102 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 295 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_custfix_map",schemaname="public"} 148 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_stock_plan",schemaname="public"} 4731 pg_stat_user_tables_n_tup_ins{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 16 # 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_customer",schemaname="public"} 79515 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="b2c_customer_address",schemaname="public"} 4621 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"} 18534 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"} 1 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_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_announcement_read",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_correction",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"} 0 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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_costing_allocation",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"} 102 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"} 10 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_emp_salary",schemaname="public"} 872 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"} 1791 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_bank_account",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_fbp_declaration",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"} 0 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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_payroll_liability_payment_line",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"} 1 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_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_payment_batch_line",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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 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_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="chr_year",schemaname="public"} 0 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"} 0 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"} 0 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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_alert_rule_history",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"} 3252 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"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_app_schema",schemaname="public"} 388 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_batch_log",schemaname="public"} 3363 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 6840 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"} 527 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"} 0 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"} 1 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"} 24 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"} 5 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_doctype_template",schemaname="public"} 2 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"} 739 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"} 1263 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"} 169 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_integration_scope",schemaname="public"} 1 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"} 0 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"} 703 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"} 4327 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"} 5 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_grant",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"} 13 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"} 0 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"} 76899 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"} 3877 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 110 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"} 10252 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"} 63 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"} 50 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_report_access",schemaname="public"} 0 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"} 4645 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_reportschedule",schemaname="public"} 33 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"} 35 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"} 5489 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"} 0 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"} 19123 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"} 0 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"} 0 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"} 0 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"} 12 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"} 46 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cs_user_bunit",schemaname="public"} 0 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"} 11413 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_notification",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"} 10 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"} 0 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"} 15391 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cw_trade_rl",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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 2654 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 693 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"} 2005 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"} 0 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"} 2804 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"} 0 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"} 0 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"} 144 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 0 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"} 0 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"} 409 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 24 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"} 2 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"} 11 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 0 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"} 0 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"} 111 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 304 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_config",schemaname="public"} 10 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 29242 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"} 804 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 0 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"} 2 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"} 10264 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 8969 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_store_discount",schemaname="public"} 0 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"} 39873 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 20433 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 80998 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillcash",schemaname="public"} 5185 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 121 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"} 41014 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"} 1242 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 1 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 19 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"} 36 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_lease_ext",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"} 36 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"} 0 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"} 0 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"} 1 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"} 0 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"} 0 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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 5 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 4 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 27 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"} 0 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"} 5.673542e+06 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 779 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"} 46673 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 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"} 7113 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 11 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 98 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 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"} 2253 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_journalline",schemaname="public"} 69 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 27 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 811 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"} 3 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"} 0 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1 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"} 8 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_migration_batch_line",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"} 8383 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_file",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"} 93 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_paymentplan",schemaname="public"} 2342 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"} 36 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"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_posting_template_version",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"} 251485 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptline",schemaname="public"} 31715 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptplan",schemaname="public"} 65168 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 14 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_revaluation_run",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"} 3 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_transactions",schemaname="public"} 53538 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 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"} 2 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"} 18552 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_batch_sequence",schemaname="public"} 13376 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 0 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"} 175 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_costing_preferences",schemaname="public"} 2 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"} 386 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_config",schemaname="public"} 0 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"} 42 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 12 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"} 4 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 4 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"} 2994 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_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_lpn_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"} 4947 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_movementline",schemaname="public"} 382 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"} 17 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"} 44102 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"} 0 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"} 51448 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 3432 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"} 944 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 2586 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_receiptline",schemaname="public"} 63018 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"} 1.88667e+07 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"} 35822 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"} 82878 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"} 9 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_supplier_product",schemaname="public"} 27975 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"} 79871 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"} 7388 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferissue_line",schemaname="public"} 12638 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"} 9197 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferorder_line",schemaname="public"} 40171 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"} 6145 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 8296 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"} 4446 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"} 21541 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"} 3404 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"} 3 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"} 228 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_report_designer",schemaname="public"} 107 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="ntn_window_designer",schemaname="public"} 9 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"} 246 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"} 114 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 155 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoice",schemaname="public"} 84088 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoice_lc",schemaname="public"} 0 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"} 822 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"} 7 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_invoicetax",schemaname="public"} 7 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_lc_type",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_order",schemaname="public"} 90166 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"} 39963 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"} 1 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"} 764 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"} 17497 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_requisition_line",schemaname="public"} 30459 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"} 123 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"} 172 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"} 123 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_credit",schemaname="public"} 201 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 74 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_withholding_tax_adjustment",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"} 2417 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 2416 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"} 380596 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"} 4833 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"} 1289 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"} 674 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"} 240 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"} 1941 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 475 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoice",schemaname="public"} 260852 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"} 63 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoiceline",schemaname="public"} 7333 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"} 48 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_invoicetax",schemaname="public"} 5 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"} 11 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 1 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"} 245934 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment",schemaname="public"} 2771 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"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 805 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 159 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"} 1 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_orderline",schemaname="public"} 35123 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"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_orderlinetax",schemaname="public"} 81 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_ordertax",schemaname="public"} 91 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"} 0 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"} 27142 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_productprice_history",schemaname="public"} 0 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"} 6 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="s_service_bill",schemaname="public"} 1 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"} 12 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"} 4633 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 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="kwc",relname="zz_wallet_plan",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"} 1678 pg_stat_user_tables_seq_scan{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 1243 pg_stat_user_tables_seq_scan{datname="kwc",relname="api_key",schemaname="public"} 10218 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer",schemaname="public"} 57442 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_address",schemaname="public"} 3.672236e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 28974 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 6.258974e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 194 pg_stat_user_tables_seq_scan{datname="kwc",relname="b2c_import_staging",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="brand",schemaname="public"} 169872 pg_stat_user_tables_seq_scan{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="c_region",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_discounts_promotions",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_event_store",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_feedback",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_receipts",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_social_media",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_template",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_action_taken",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_history",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_announcement",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_announcement_read",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_history",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_correction",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_month",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_process",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_status",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_attendance_year",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bank_info",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_behaviour",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_breaks",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_calculation_base",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_calculation_base_component",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_candidate_document",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_candidates",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_claim_request",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_company_branding",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_company_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_costing_allocation",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_category",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_competency",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_cost",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_job",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_course_schedule",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_declare_oi",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_deductions",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_delegation",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_department",schemaname="public"} 32028 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_dependants",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_dept_team",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_division",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ed_history",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_address",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 600 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_dependents",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_details",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_documents",schemaname="public"} 1427 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_leave_adjust",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_leave_ob",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_legaltransfer",schemaname="public"} 72 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_loan",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_passport",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_personal",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_punch",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 147 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_salary",schemaname="public"} 2730 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_shift",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_empid_config",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee",schemaname="public"} 12486 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_bank_account",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_category",schemaname="public"} 30985 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_education",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_experience",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 204 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 1096 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_encash_details",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enroll_course",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_enrollment",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_eph_history",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_exemption",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expense_config",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expense_type",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_fbp_declaration",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_final_settlement",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_formula",schemaname="public"} 190 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_formulakey",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_helpdesk_category",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_helpdesk_ticket",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_holiday",schemaname="public"} 661 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_holiday_calendar",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_holiday_type",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_alert_emp",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_broadcast",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 1559 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_hrrequest",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_id_classification",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_id_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_import_attendance",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_in_esi_return",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_in_pf_ecr",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_incentive",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_increment_policy",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interview_round",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_interviews",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job",schemaname="public"} 32009 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_application",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_description",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_offer",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_platform",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_posting",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_requisition",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_role",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_job_transfer",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_knowledge_base_article",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_kra",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_empcat",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_employee",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_org",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_pg",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_la_yos",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_encash",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_ledger",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_ob",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy",schemaname="public"} 31526 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_policy_definition",schemaname="public"} 600 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_request",schemaname="public"} 5765 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 686 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_type",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_leave_view",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letter",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letter_request",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_category",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_source",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loan_type",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_management_level",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_manager_review",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mp_budget",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_mt_actions",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nationality",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_new_joinee",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_newjoinee_config",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_benefits",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_notification_log",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_notification_preference",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_notification_template",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_preference",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ot_rules",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_otherincome",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_passport",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_component",schemaname="public"} 189 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_component_assignment",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_grade",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_group",schemaname="public"} 226 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_head",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pay_period",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_bank_format",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 227 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_export",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_input",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_liability_payment_line",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_process",schemaname="public"} 122 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslab",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip",schemaname="public"} 78 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip_component",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_perform_review",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_period",schemaname="public"} 2110 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pio_details",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_plan",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_plan_component",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_platform",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_policy_acknowledgment",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_policy_document",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_position_control",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_emp",schemaname="public"} 148 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_add",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_emp",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_empcat",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_org",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_probation_history",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_professional_tax",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_provision",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_punch_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_recognition",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_report_incident",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_resignation",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_responsibilities",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_restricted_holiday_selection",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_retropay",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rh_action",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_ri_history",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rid_attendee",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_element",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_payment_batch",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_payment_batch_line",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_template",schemaname="public"} 175 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_scorecard",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_section",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_section_group",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift",schemaname="public"} 1075 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_days",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_policy",schemaname="public"} 30695 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_team",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_shift_type",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_skill_preference",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_slab",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_slabline",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_add",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_sr_history",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_st_deductions",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_st_earnings",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_survey",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_survey_question",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_survey_response",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_regime",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_hra",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tds_rule",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tdsline",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_team",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_team_emp",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tour",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_tour_request",schemaname="public"} 5222 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_feedback",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_question",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_schedule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_training_schedule_feedback",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_visa_type",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_webhook_subscription",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weekends",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weeknumber",schemaname="public"} 1559 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_wfh_request",schemaname="public"} 5260 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_work_location",schemaname="public"} 42537 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_worktag",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="chr_year",schemaname="public"} 3079 pg_stat_user_tables_seq_scan{datname="kwc",relname="commerce_cart",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="kwc",relname="commerce_cart_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cprf_set_scores",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_account",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_activity",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_camp_settings",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_campaigns",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_comm_templates",schemaname="public"} 4742 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_contact",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_email_template",schemaname="public"} 766 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_lead",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_lead_products",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_opportunity",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 193 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_sale",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_seglist",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_segment_behaviors",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_segment_rules",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_social_post",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_social_postline",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_stream",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_task",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_log",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_action_type",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert_log",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert_master",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert_notification",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert_rule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alert_rule_history",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 7.249105e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_announcement",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_api_key",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_access",schemaname="public"} 217 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_resource",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_schema",schemaname="public"} 10966 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_app_setup",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_approval_rule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_audit_config",schemaname="public"} 14842 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_audit_log",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 8548 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_log",schemaname="public"} 2466 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 195399 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_batch_register",schemaname="public"} 1776 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit",schemaname="public"} 2.651674e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_location",schemaname="public"} 449197 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 29034 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 11698 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_city",schemaname="public"} 62386 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client",schemaname="public"} 2.0446804e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client_applications",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_client_apps",schemaname="public"} 10809 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_compliance_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_country",schemaname="public"} 1.0303648e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_coupon",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 25721 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_currency",schemaname="public"} 1.497783e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 24937 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_load_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 423330 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_datasource",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_division",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_doctype",schemaname="public"} 3.5248902e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_doctype_template",schemaname="public"} 8859 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_event_alerts",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_favourites",schemaname="public"} 259 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_file",schemaname="public"} 35813 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_import_template",schemaname="public"} 779 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 1.1510249e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 178511 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integration_scope",schemaname="public"} 19355 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integrations",schemaname="public"} 19333 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_integrations_config",schemaname="public"} 315 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 3286 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_language",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_license_policy",schemaname="public"} 13703 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_master_data_config",schemaname="public"} 47718 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu_group",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_menu_schema",schemaname="public"} 283 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_messages",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 138 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_role",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_module",schemaname="public"} 7697 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_nearbystores",schemaname="public"} 8691 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 10975 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_paymentterm",schemaname="public"} 5.800497e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_grant",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_log",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_set",schemaname="public"} 461 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 39968 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_permission_template",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_print_template",schemaname="public"} 6720 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_print_template_query",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process",schemaname="public"} 20832 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_access",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_log",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_parameter",schemaname="public"} 20008 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_run",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_schema",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window_access",schemaname="public"} 299 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 232 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_producttour_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_producttour_log",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_promotion",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_receipt_template",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reference_schema",schemaname="public"} 1084 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_refresh_token",schemaname="public"} 12836 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_region",schemaname="public"} 1.0595715e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_releases",schemaname="public"} 8466 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_releases_history",schemaname="public"} 136 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_access",schemaname="public"} 124 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_job",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_report_schema",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reportschedule",schemaname="public"} 868 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_returnreason",schemaname="public"} 23090 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_role",schemaname="public"} 43065 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_role_application",schemaname="public"} 368 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_security_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_sequence",schemaname="public"} 32199 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_shift_definition",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_system_preferences",schemaname="public"} 62650 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_table_schema",schemaname="public"} 106671 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_task",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tax",schemaname="public"} 6.033646e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tax_acct",schemaname="public"} 87094 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_taxcategory",schemaname="public"} 627441 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_taxzone",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 3.7869925e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 7728 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_timezone",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_uom",schemaname="public"} 1.3627257e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user",schemaname="public"} 50066 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_access",schemaname="public"} 955841 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_bunit",schemaname="public"} 625702 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_device",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_division_access",schemaname="public"} 609 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_locale",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_meta",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_mfa",schemaname="public"} 1426 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_notification",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_preference",schemaname="public"} 1452 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_session",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_views",schemaname="public"} 57509 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_webhook",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_webhooks",schemaname="public"} 29831 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window",schemaname="public"} 3476 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_access",schemaname="public"} 128 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 166 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_process",schemaname="public"} 34534 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_rules",schemaname="public"} 2205 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cs_window_schema",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="cw_auth_token",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="cw_trade_approval_config",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="kwc",relname="cw_trade_config",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="cw_trade_event",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 1506 pg_stat_user_tables_seq_scan{datname="kwc",relname="cw_trade_rl",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_channel",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_city",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order",schemaname="public"} 57700 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_activity",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_order_meta",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderline",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_store_timings",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwc_stores_config",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription",schemaname="public"} 196 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_events",schemaname="public"} 1357 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_wftasks",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow",schemaname="public"} 3796 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 2576 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 133424 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 720 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 13993 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 81581 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_idea",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwp_milestone",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_assurance",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection_line",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_collection_product",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_control",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_control_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 80759 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 1473 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 2681 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_parameters",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwq_template",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 8062 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 23595 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_configurations",schemaname="public"} 23783 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_config",schemaname="public"} 7710 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_group",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_login",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 25515 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_discount_request",schemaname="public"} 194 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_events",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order",schemaname="public"} 15793 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 2465 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 1362 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_section",schemaname="public"} 7707 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 194 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 7706 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 192 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback",schemaname="public"} 206 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 24111 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_gift_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 318 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard",schemaname="public"} 45595 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 30740 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 97908 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_image_library",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_ingredients",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 7719 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 2140 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 29254 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 314028 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 23063 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 7727 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 62391 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 46098 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 13446 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_mystore",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 1871 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 5149 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 119588 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 733765 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 23268 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 31242 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 3679 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 23304 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 33771 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 4012 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_config",schemaname="public"} 147588 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 123294 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_log",schemaname="public"} 178 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 119 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 31067 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 1694 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pricing_policy",schemaname="public"} 2715 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 315627 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_product_addon",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 63105 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 7856 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_rules",schemaname="public"} 7717 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype",schemaname="public"} 1.11636e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 8003 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 369355 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 29230 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 51436 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_discount",schemaname="public"} 5761 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 2425 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till",schemaname="public"} 77245 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 23277 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 337857 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_log",schemaname="public"} 469 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 2108 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 25974 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash",schemaname="public"} 177430 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 80262 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 10269 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 2463 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet",schemaname="public"} 86327 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 23078 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 23440 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 1021 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 5837 pg_stat_user_tables_seq_scan{datname="kwc",relname="cws_ticket",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_task",schemaname="public"} 84 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_taskline",schemaname="public"} 2497 pg_stat_user_tables_seq_scan{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 55 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_customer_user",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="kwc",relname="cwx_payment_method",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_channel",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_channel_frames",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_media",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_player_channel",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_players",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_playlist_details",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_playlists",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_schedules",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="ds_tray_events",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="email_source",schemaname="public"} 6280 pg_stat_user_tables_seq_scan{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset",schemaname="public"} 4764 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_audit",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_category",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_class",schemaname="public"} 266 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 105 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_history",schemaname="public"} 76 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_issue",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_lease_ext",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 1983 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 285 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_registration",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_return",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_rule_line",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_asset_type",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 449 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 1409 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 591 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_building",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_floor",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_loc_room",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_account",schemaname="public"} 120719 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_account_category",schemaname="public"} 11934 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config",schemaname="public"} 1.8942116e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 1.8942068e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 1.8941999e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 1.8941931e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 1.8941965e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 1.8941964e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_purchasing",schemaname="public"} 1.8941975e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 1.8941991e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 1.8941977e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 1.8941994e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_adv_payment",schemaname="public"} 174 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 158 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_aging_snapshot",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_alert",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_alert_history",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_alert_rule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ammortization",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 98 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_approval_instance",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_audit_trail",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_connector",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_guarantee",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_statement",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 4011 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bpartner",schemaname="public"} 120 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 204 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 431 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budget",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budget_approval",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budget_version",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_budgetline",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar",schemaname="public"} 1.8989543e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_holiday",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_month",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_quarter",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_week",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_weekoff",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_calendar_year",schemaname="public"} 1.8927768e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cash_acct",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cash_deposit",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cashflow_category",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_channel_settlement_line",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_coa",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_config_change_history",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_consolidation_run",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_cost_center",schemaname="public"} 717 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_credit_snapshot",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_dashboard_widget",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_day_close_session",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_dimension_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 313 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_document_attachment",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_einvoice_config",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expcategory",schemaname="public"} 98720 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 256 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucher",schemaname="public"} 39401 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 12017 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 55534 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 29499 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_financial_acct",schemaname="public"} 42097 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 6590 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 2709 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 1441 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 902 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 162 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_intercompany_agreement",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_summary",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_journal",schemaname="public"} 5105 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_journalline",schemaname="public"} 37166 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lease",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 114 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_ledger_details",schemaname="public"} 261204 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_customer",schemaname="public"} 3.782306e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 294137 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 849 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 193 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 29525 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 117152 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 3944 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 2.128659e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 159 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 20418 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 798041 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 132 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 3041 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 572348 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 13148 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_loyalty_liability",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_migration_batch",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_migration_batch_line",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 200 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment",schemaname="public"} 25327 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_advice",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_file",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentline",schemaname="public"} 63583 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 9.016297e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentplan",schemaname="public"} 15704 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 6775 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 42806 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period",schemaname="public"} 7831 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 67 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_control",schemaname="public"} 1.8945065e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_notifications",schemaname="public"} 66 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_periodline",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pnl_config",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 173 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_posting_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_posting_exception",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_posting_queue",schemaname="public"} 91 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_posting_template",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receipt",schemaname="public"} 70977 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptline",schemaname="public"} 25248 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 66996 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 1798 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_report_schedule",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_report_template",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_revaluation_run",schemaname="public"} 65 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 5941 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_transactions",schemaname="public"} 195091 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="flyway_schema_history",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="kwc",relname="hsncode",schemaname="public"} 49789 pg_stat_user_tables_seq_scan{datname="kwc",relname="increment_no",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_fuel_fill_trx",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_provider",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_route_details",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_task",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_task_activity",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_tracking_latest",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="lgs_vehicle_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="line_tab",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="list_contacts",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_addon",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_addon_group",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute_group",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_attribute_value",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch",schemaname="public"} 123025 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_attribute",schemaname="public"} 3161 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_conversion",schemaname="public"} 2890 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_group",schemaname="public"} 733499 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_sequence",schemaname="public"} 29525 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 2977 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_bom",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_bom_line",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_categories_products",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_costing_log",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_costing_preferences",schemaname="public"} 857 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_coupon_provider",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_coupon_sales",schemaname="public"} 38924 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_custom_attribute",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_internal_consumption",schemaname="public"} 215 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 1473 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory",schemaname="public"} 1218 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_config",schemaname="public"} 4217 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_issue",schemaname="public"} 1535 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 2035 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_media",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_receipt",schemaname="public"} 339 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 3195 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventoryline",schemaname="public"} 1478 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 119 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_issue_type",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 29432 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_lpn",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_lpn_line",schemaname="public"} 1476 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_material_request",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movement",schemaname="public"} 400 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movementline",schemaname="public"} 6461 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_activity",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 8443 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_approval",schemaname="public"} 8443 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 8595 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 8445 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_brand",schemaname="public"} 8455 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 8449 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 12996 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 194 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_customer",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 8444 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_formula",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_payment",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 8453 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 10298 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricingrule",schemaname="public"} 138671 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product",schemaname="public"} 361204 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_addon",schemaname="public"} 7.204279e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_attribute",schemaname="public"} 7.176754e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_bom",schemaname="public"} 37383 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category",schemaname="public"} 1.505576e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category_acct",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_category_attr",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_divisions",schemaname="public"} 51832 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_group",schemaname="public"} 552154 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_images",schemaname="public"} 30758 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 13453 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_meta",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_purchase",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 205 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_product_warranty",schemaname="public"} 252 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_bunit",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_pcategory",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_product",schemaname="public"} 1471 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt",schemaname="public"} 26271 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 2065 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 10518 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 12548 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 2899 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_lc",schemaname="public"} 12836 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipt_meta",schemaname="public"} 3514 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline",schemaname="public"} 109259 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 2066 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 642 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 17851 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 42009 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_receipttax",schemaname="public"} 27056 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_pcategories",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_products",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_rfid_tag",schemaname="public"} 9139 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment",schemaname="public"} 36146 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment_charges",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipment_meta",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline",schemaname="public"} 5245 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 1472 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 1643 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_slowmover",schemaname="public"} 36968 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock",schemaname="public"} 22593 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_count",schemaname="public"} 201 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_count_line",schemaname="public"} 1482 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 4205 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_stockdetails",schemaname="public"} 4206 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_storage_group",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_storagebin",schemaname="public"} 4.65667935e+08 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_supplier_product",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tracker",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_trackertype",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transaction",schemaname="public"} 26675 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transactioncost",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transactiondetails",schemaname="public"} 100 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue",schemaname="public"} 14637 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1526 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder",schemaname="public"} 26210 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder_line",schemaname="public"} 16033 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt",schemaname="public"} 13361 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 10991 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_transferrequest",schemaname="public"} 6393 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"} 1474 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tray",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_tray_history",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_unitcost",schemaname="public"} 192702 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_unitcost_history",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_brand",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_category",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_group",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_visibility_product",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_costing",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wa_product",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse",schemaname="public"} 1.95546581e+08 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse_access",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 1063 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warranty_claims",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_warranty_master",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastage",schemaname="public"} 838 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastage_meta",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastageline",schemaname="public"} 1506 pg_stat_user_tables_seq_scan{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="multitabchecking",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="myonlytest",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 1331 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_process_designer",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer",schemaname="public"} 536 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_table_designer",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ntn_window_designer",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_companies",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_drivers",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_taskline",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="ofd_tasks",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="orders",schemaname="public"} 57 pg_stat_user_tables_seq_scan{datname="kwc",relname="otp_audit_log",schemaname="public"} 1961 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_order",schemaname="public"} 824 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_order_meta",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="ox_orderline",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_agent",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_contract",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_contract_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_dn_settlement",schemaname="public"} 307 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_exp_settlement",schemaname="public"} 87 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_in_settlement",schemaname="public"} 307 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_inv_settlement",schemaname="public"} 7742 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 1778 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoice",schemaname="public"} 153602 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoice_lc",schemaname="public"} 340 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoice_meta",schemaname="public"} 7871 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline",schemaname="public"} 596954 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 5596 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 4166 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 57897 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_invoicetax",schemaname="public"} 46910 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_lc_type",schemaname="public"} 139 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order",schemaname="public"} 31181 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order_lc",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_order_meta",schemaname="public"} 8229 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline",schemaname="public"} 216193 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline_bom",schemaname="public"} 1556 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderline_meta",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_orderlinetax",schemaname="public"} 39103 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_ordertax",schemaname="public"} 19437 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_price_variance",schemaname="public"} 4444 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_pricelist",schemaname="public"} 1.266544e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_pricelist_version",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_productprice",schemaname="public"} 1581 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_productprice_history",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_requisition",schemaname="public"} 14467 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_requisition_line",schemaname="public"} 205638 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfq",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_rfqlines",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier",schemaname="public"} 35099 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_acct",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_address",schemaname="public"} 12126 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_category",schemaname="public"} 55113 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_contact",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_credit",schemaname="public"} 2818 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 1125 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_withholding_tax_adjustment",schemaname="public"} 267 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_charges",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_issue",schemaname="public"} 1466 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_status",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workorder_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="p_workrequest",schemaname="public"} 1033 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_configuration",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_attr",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_availability",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_bom",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_meta",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_designer",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_project",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_sketch",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="plm_task",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_application",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_bug",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_docs",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_feature",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_module",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_manager",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_team",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_project_user",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_ref_project",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_rel_version",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_resources",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_skill",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_sub_module",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_activity",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_assignee",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_task_group",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_testcase",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_user_docs",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pm_user_skill",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breed",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_breederconfig",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_flock",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 1469 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_livestock",schemaname="public"} 1471 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_machine",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pullout",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_setter",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="kwc",relname="pnxt_setterline",schemaname="public"} 1469 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_activity",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 1471 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 1471 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_indirectcost",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_ioproduct",schemaname="public"} 1500 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_operation",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_order",schemaname="public"} 3323 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_outproducts",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_pproducts",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_process",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_processic",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_product_conversion",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_product_convline",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_plan",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_preferences",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_schedule",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="pr_prun",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_calendars",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_cron_triggers",schemaname="public"} 4870 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 4854 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_job_details",schemaname="public"} 4871 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_locks",schemaname="public"} 4882 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 761227 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="kwc",relname="qrtz_triggers",schemaname="public"} 169389 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_business_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_cn_settlement",schemaname="public"} 106 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer",schemaname="public"} 205463 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_acct",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_address",schemaname="public"} 3.75792e+06 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 85 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 80 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_category",schemaname="public"} 1.2443822e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_category_products",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_contact",schemaname="public"} 123858 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_credit",schemaname="public"} 4328 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_creditline",schemaname="public"} 305 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_customer_settlement",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_dropship",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_dropship_line",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_estimate",schemaname="public"} 16293 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_in_settlement",schemaname="public"} 105 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_plan",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_incentive_summary",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_industry_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_inv_settlement",schemaname="public"} 349 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 3755 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice",schemaname="public"} 567213 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice_integration",schemaname="public"} 189 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoice_meta",schemaname="public"} 139281 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline",schemaname="public"} 39499 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 473 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 372 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_invoicetax",schemaname="public"} 192917 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder",schemaname="public"} 733 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 334 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 374 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 281 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_images",schemaname="public"} 491 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_line",schemaname="public"} 287 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_part",schemaname="public"} 285 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 281 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_services",schemaname="public"} 279 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_status",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_joborder_task",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order",schemaname="public"} 69452 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 1652 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment",schemaname="public"} 272 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 6535 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 9093 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_order_meta",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline",schemaname="public"} 2695 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_addons",schemaname="public"} 101280 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_meta",schemaname="public"} 8650 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 8042 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_orderlinetax",schemaname="public"} 54095 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_ordertax",schemaname="public"} 48231 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_packingslip_details",schemaname="public"} 73 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice",schemaname="public"} 423 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 1033 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricelist",schemaname="public"} 5.9732031e+07 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricelist_version",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricing_formula",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_productprice",schemaname="public"} 9901 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_productprice_history",schemaname="public"} 241 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation",schemaname="public"} 1561 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line",schemaname="public"} 1475 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_quotation_tax",schemaname="public"} 36 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_rfq",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_rfqline",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_payment_method",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_plan",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_route_plan_stop",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sales_rep_location",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_salesrep",schemaname="public"} 84038 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_bill",schemaname="public"} 373 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_bill_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_checklist",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_inventory",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_location",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_movement",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_request",schemaname="public"} 511 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_service_type",schemaname="public"} 497 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription",schemaname="public"} 757 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_group",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_line",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_subscription_plan",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_survey_template",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_target",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_technician",schemaname="public"} 191 pg_stat_user_tables_seq_scan{datname="kwc",relname="s_trade_in",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="kwc",relname="seg_criteria",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_activity",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_categories",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_categories_list",schemaname="public"} 44 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_forms",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_forms_schema",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_list",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_media",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_menu",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_menu_title",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_pages",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_posts",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_seo_metadata",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_settings",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="site_tags",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_device",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_gate",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_feedback",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_fitting_events",schemaname="public"} 193 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_fitting_room",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_location_users",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_reference",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_reference_activity",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_data",schemaname="public"} 52 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_scan_location",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tag_meta",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_events",schemaname="public"} 194 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_products",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="sr_tray_template",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="subline_tab",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 2329 pg_stat_user_tables_seq_scan{datname="kwc",relname="test_table",schemaname="public"} 51 pg_stat_user_tables_seq_scan{datname="kwc",relname="v_next_assign_no",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="v_qtyonhand",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="v_taxamt",schemaname="public"} 34 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_aisle",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_assigned_personnel",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_associated_equipment",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_bin_capacity",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_control_area",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_entity_profile",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_exception_action",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_level",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_operations",schemaname="public"} 77 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_rack",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_reservation",schemaname="public"} 15819 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_control_area",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_steps",schemaname="public"} 43 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_routing_templates",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_strategy_entity",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_strategy_profile",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_task",schemaname="public"} 2929 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_task_type",schemaname="public"} 41 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_tolerance",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="kwc",relname="webinar_settings",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 14 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 13 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 1538 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 17 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_custfix_map",schemaname="public"} 125 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_stock_plan",schemaname="public"} 15 pg_stat_user_tables_seq_scan{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 15 # 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"} 1678 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 9867 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="api_key",schemaname="public"} 20436 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer",schemaname="public"} 1.4925944703e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1.40771949948e+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"} 1.489872888121e+12 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"} 1.189422e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="brand",schemaname="public"} 4.7198221e+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_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_announcement_read",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_correction",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"} 16287 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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_costing_allocation",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"} 191883 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"} 673163 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"} 633744 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 1.139416e+06 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"} 5.845107e+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_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 61969 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"} 43 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_fbp_declaration",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"} 1055 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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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"} 6236 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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_in_pf_ecr",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"} 1.271772e+06 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_knowledge_base_article",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_ledger",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"} 31526 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"} 600 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"} 41 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_notification_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_notification_template",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"} 2242 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_pay_component_assignment",schemaname="public"} 0 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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_payroll_liability_payment_line",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"} 71 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"} 25320 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_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_payment_batch_line",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"} 6232 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 12427 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"} 30695 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_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 82627 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"} 3.109682e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="chr_year",schemaname="public"} 3079 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"} 18947 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"} 1532 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_action_type",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"} 3.47375e+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_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_alert_rule_history",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"} 11111 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"} 4765 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 429150 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"} 8.912316e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.09816261e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 31601 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 5.565112e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 3.168317508e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 51500 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit",schemaname="public"} 2.907081057e+09 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"} 3.3032566e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 3.772014e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 2.880299e+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"} 748616 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_client",schemaname="public"} 4.0858544e+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"} 125653 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"} 7.3181265e+07 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"} 231489 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_currency",schemaname="public"} 1.60342199e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 25574 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.313898359e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 549258 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"} 6.47910709e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_import_template",schemaname="public"} 61541 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"} 4.031261142e+09 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"} 1.4286415e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 228562 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integrations",schemaname="public"} 57999 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 315 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 3286 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"} 4180 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"} 20093 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"} 51410 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"} 282987 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 5.1628149e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 6.602019e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 4.0308671e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_grant",schemaname="public"} 0 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"} 7185 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 4524 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 942971 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"} 5.189069e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_access",schemaname="public"} 99944 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_log",schemaname="public"} 1.6406288e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 7.11887244e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_run",schemaname="public"} 9.67533e+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"} 16362 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window",schemaname="public"} 704 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 3289 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 2552 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"} 919273 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 4.23920655e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_region",schemaname="public"} 4.74483901e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_releases",schemaname="public"} 2.809096e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 163555 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_report",schemaname="public"} 36233 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_report_access",schemaname="public"} 140626 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"} 20664 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 868 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 2656 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"} 639321 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_role_application",schemaname="public"} 26633 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.42739537e+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"} 368486 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"} 125300 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.64326242e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_task",schemaname="public"} 43 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tax",schemaname="public"} 9.8486489e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 1.396384e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 4.250964e+06 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"} 7.5771191e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 7728 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"} 1.49884331e+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.145156e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_access",schemaname="public"} 1.29525278e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 1.2713e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 1.247712424e+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"} 4903 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 2836 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_user_notification",schemaname="public"} 0 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"} 18876 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"} 747617 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"} 29831 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window",schemaname="public"} 1.156064e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cs_window_access",schemaname="public"} 241111 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"} 1.9677969e+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"} 39728 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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cw_trade_rl",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"} 1357 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"} 3796 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 2.0937482e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 5.37495546e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 720 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 153923 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"} 1.73021226e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 160819 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"} 8062 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"} 410558 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 23783 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 7710 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"} 25515 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"} 24111 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 51 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"} 97908 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"} 7719 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"} 1.308062714e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 314028 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"} 7727 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 62391 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"} 1.128395e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 3.466695e+06 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"} 46 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"} 8.177305e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 1.440436e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 23268 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 31242 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.96020423e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 3189 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 2.483311837e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 3.554509e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 528823 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 380968 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 3.1603343e+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"} 31067 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 6776 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 6.628029e+06 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"} 66 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 13 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"} 31424 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.11636e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 8003 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 4.65620135e+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"} 1.80179349e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 4.02693182e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 11522 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"} 5.739198e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 7.122762e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 2.311501768e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.317902e+06 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"} 338851 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"} 2.008166e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 1.2094790032e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 2.516829e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 5.298597836e+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"} 2.5333904e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 2.463963e+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"} 9.3669475e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 96841 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 23440 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 8172 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 1.4699471e+07 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"} 8982 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"} 254388 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"} 1134 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"} 660240 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_lease_ext",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"} 110524 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 15670 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"} 58 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 831 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 1409 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 2082 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"} 8.0978777e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_account_category",schemaname="public"} 822853 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 3.7901559e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 1.30430719e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 8.14504571e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 4.54606344e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 2.2730358e+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"} 6.81910801e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 3.40955838e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 4.54607431e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 3.39061479e+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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 187 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 97 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 292 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_budget_version",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"} 1.14313396e+08 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"} 1755 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 22855 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"} 1.32444893e+08 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_day_close_session",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"} 10587 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_document_attachment",schemaname="public"} 0 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_einvoice_config",schemaname="public"} 9 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 347 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"} 4.047232e+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"} 7.1743794e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 4.0235583e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 1.45112359e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 3.6438323e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 5.0171421e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 1224 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"} 8.3253756e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 13770 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 5070 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 75497 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 16056 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 47 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 207 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"} 6.867226e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_journalline",schemaname="public"} 2.77111364e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 1.34657896496e+11 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 3.712096261e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 4.49669937e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 2.617566e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 997 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 6771 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 2.3902004e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 3.52820662e+08 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"} 2.93189717e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 1.3008024e+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"} 1.595915e+06 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"} 6.933995e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 7.73615e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 161780 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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_migration_batch_line",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"} 5.8683308e+07 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_file",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"} 1.55274535e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 1.5648262e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 1.01449928e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 4.758411e+06 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"} 1.402539259e+09 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"} 37 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 967 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 705 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receipt",schemaname="public"} 2.124438237e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 75344 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 1.996079567e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 3.057775e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.985080255e+09 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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_report_template",schemaname="public"} 33 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_revaluation_run",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"} 1.473938e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_transactions",schemaname="public"} 1.4193093001e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 193630 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 125290 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 114084 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="hsncode",schemaname="public"} 7.683641e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="increment_no",schemaname="public"} 34 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"} 366 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"} 1.7024760249e+10 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"} 1.456102e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 29525 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 11908 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"} 35418 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 857 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"} 395660 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 1.1102706e+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"} 170721 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 295527 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"} 1178 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 11753 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.58544142e+08 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_lpn",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_lpn_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.576886e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_movementline",schemaname="public"} 7.9121043e+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"} 0 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"} 3932 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"} 42793 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"} 2224 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 646573 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"} 692440 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"} 8.446221203e+09 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"} 5.416679e+06 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"} 1.656462e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_product_images",schemaname="public"} 7.80822588e+08 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"} 1.15263535e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 3.918167e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 73058 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 561683 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1.3758352e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 9.178743e+07 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"} 4.454871e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receiptline",schemaname="public"} 5.12503096e+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"} 1.340457728e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_receipttax",schemaname="public"} 9.6600073e+07 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"} 2.505506432e+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"} 2.94663386e+08 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"} 1.54748113e+09 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"} 8410 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"} 1.0487300328e+11 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 1.129754e+06 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"} 6.431578333e+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"} 4.4096786e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1.3742788e+07 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"} 8.9195924e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 2.03323014e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 498327 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 4.0326033e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 9.2578735e+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"} 2.1492854e+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"} 1.945762e+07 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"} 1.0067170099e+10 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 6.444678e+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.8790588202e+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"} 99775 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_process_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 37259 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_table_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 3457 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"} 1.812355e+06 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"} 182686 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 176319 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoice",schemaname="public"} 8.55630213e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoice_lc",schemaname="public"} 3768 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 2.260672e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 2.379601207e+10 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"} 5.675908e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 2.504572334e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 2.85204661e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_lc_type",schemaname="public"} 363 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_order",schemaname="public"} 9.0525208e+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"} 1.0817876168e+10 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"} 2.121972269e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_ordertax",schemaname="public"} 7.0538595e+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"} 3.575472e+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.09629037e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 95446 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_requisition",schemaname="public"} 3.0950549e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 1.1353092152e+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.7040987e+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"} 7.899847e+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"} 271292 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 51315 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 4.025877e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 72827 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_withholding_tax_adjustment",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"} 19480 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 9575 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 19484 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 9764 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"} 761227 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"} 677556 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.73041045e+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"} 4.217126434e+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"} 3.7330688e+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"} 9.549544e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 5.81031e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 130279 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"} 158354 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 3.073361e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoice",schemaname="public"} 3.3411829845e+10 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"} 4.769084089e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 2.716721584e+09 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"} 162007 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 7.042923e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 2.6159478488e+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"} 2075 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 481 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"} 274 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 344 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"} 1614 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 178 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 1604 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 198 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"} 2.51032597e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 231827 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 2.805511e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 441740 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1.731214e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 6.6556125e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 3.594378e+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.4280024e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderline",schemaname="public"} 2.23517903e+08 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"} 2.3441061e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 2.29654659e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 4.854625513e+09 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_ordertax",schemaname="public"} 3.565676856e+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"} 5.9732031e+07 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"} 4.95480823e+08 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 980663 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.1920266e+07 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_bill",schemaname="public"} 241 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 16 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"} 213 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"} 1777 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="s_service_type",schemaname="public"} 1698 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"} 479 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"} 34 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="v_taxamt",schemaname="public"} 34 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.52247135e+08 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 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 4130 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 1885 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 13065 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 1872 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 208 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 2041 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 27326 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 1144 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 65 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 18642 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 2483 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 299 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 25532 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 66234 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 56719 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 1807 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 1859 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 1807 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 19734 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 286 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 2220 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 25298 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 2220 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 143 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 25116 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 2015 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 1.579249e+06 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 5015 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_custfix_map",schemaname="public"} 8798 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_stock_plan",schemaname="public"} 70965 pg_stat_user_tables_seq_tup_read{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 240 # 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"} 32768 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 81920 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.0346496e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="b2c_customer_address",schemaname="public"} 8.5622784e+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"} 1.41860864e+08 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.0580736e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="brand",schemaname="public"} 180224 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_announcement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_announcement_read",schemaname="public"} 0 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_correction",schemaname="public"} 8192 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"} 81920 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_calculation_base",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_calculation_base_component",schemaname="public"} 0 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_company_branding",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_company_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_costing_allocation",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"} 16384 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"} 598016 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.441792e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_emp_salary",schemaname="public"} 262144 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"} 679936 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_bank_account",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"} 16384 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_fbp_declaration",schemaname="public"} 8192 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_helpdesk_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_in_pf_ecr",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"} 49152 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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_notification_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_notification_template",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"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_pay_component_assignment",schemaname="public"} 8192 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_pay_period",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_bank_format",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_export",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_input",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_payment_batch_line",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"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 180224 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_survey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_survey_question",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_survey_response",schemaname="public"} 8192 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_webhook_subscription",schemaname="public"} 8192 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"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="chr_worktag",schemaname="public"} 0 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_action_type",schemaname="public"} 8192 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.3158784e+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_alert_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alert_master",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alert_notification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alert_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_alert_rule_history",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"} 696320 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_resource",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_app_schema",schemaname="public"} 319488 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"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_audit_log",schemaname="public"} 5.31320832e+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.727315968e+09 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 1.3574144e+07 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"} 466944 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"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 90112 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"} 16384 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"} 16384 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"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_doctype_template",schemaname="public"} 57344 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"} 1.097728e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_import_template",schemaname="public"} 278528 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"} 360448 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"} 106496 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"} 16384 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"} 638976 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"} 1.294336e+06 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.92512e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 327680 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_grant",schemaname="public"} 8192 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"} 180224 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"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_access",schemaname="public"} 737280 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_log",schemaname="public"} 1.39583488e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_parameter",schemaname="public"} 5.4894592e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_process_run",schemaname="public"} 1.11910912e+08 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"} 1.138688e+06 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"} 237568 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"} 884736 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_refresh_token",schemaname="public"} 8.044544e+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"} 557056 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_releases_history",schemaname="public"} 9.2536832e+07 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"} 376832 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.883584e+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"} 90112 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_role_application",schemaname="public"} 57344 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"} 1.777664e+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.2659072e+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"} 6.701056e+06 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"} 49152 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"} 90112 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_access",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 4.5604864e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cs_user_bunit",schemaname="public"} 598016 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_notification",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"} 565248 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.782976e+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="cw_trade_approval_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cw_trade_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cw_trade_event",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cw_trade_rl",schemaname="public"} 8192 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"} 3.571712e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 4.087808e+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"} 1.089536e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 3.121152e+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"} 0 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"} 3.76832e+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"} 32768 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"} 8192 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"} 1.7522688e+07 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"} 425984 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 360448 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"} 8192 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"} 483328 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"} 1.9406848e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 2.70336e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 5.087232e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_config",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 90112 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pos_log",schemaname="public"} 2.424832e+08 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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 114688 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 8192 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"} 458752 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"} 3.047424e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 4.276224e+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"} 163840 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 7.6496896e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.0780672e+07 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"} 3.268608e+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"} 6.033408e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 2.2126592e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 4.112384e+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"} 950272 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 475136 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"} 565248 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"} 1.138688e+06 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"} 81920 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"} 2.768896e+06 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_lease_ext",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"} 65536 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 57344 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"} 16384 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"} 622592 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"} 40960 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 8192 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"} 40960 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 73728 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_aging_snapshot",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_alert",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_audit_trail",schemaname="public"} 0 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_guarantee",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_bpartner",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 16384 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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_budget_version",schemaname="public"} 0 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"} 212992 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_cash_deposit",schemaname="public"} 8192 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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_channel_settlement_line",schemaname="public"} 8192 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_config_change_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_consolidation_run",schemaname="public"} 0 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_credit_snapshot",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_dashboard_widget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_day_close_session",schemaname="public"} 8192 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"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_document_attachment",schemaname="public"} 8192 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_einvoice_config",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 49152 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"} 57344 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"} 5.5648256e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1.687552e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 1.327104e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 450560 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_financial_acct",schemaname="public"} 786432 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 49152 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"} 7.610368e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 90112 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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 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"} 860160 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_journalline",schemaname="public"} 2.760704e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lease",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 8192 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"} 4.00687104e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_customer",schemaname="public"} 393216 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 5.332992e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 1.769472e+06 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"} 417792 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 1.47456e+06 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"} 90112 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 622592 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"} 2.596864e+06 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_loyalty_liability",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_migration_batch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_migration_batch_line",schemaname="public"} 8192 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"} 2.023424e+06 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_file",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"} 1.26976e+06 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"} 3.555328e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 589824 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"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_posting_exception",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_posting_queue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_posting_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_posting_template_version",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"} 6.3168512e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 1.441792e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptline",schemaname="public"} 3.5397632e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptplan",schemaname="public"} 3.7052416e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 3.3603584e+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_report_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_report_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_revaluation_run",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"} 180224 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_transactions",schemaname="public"} 5.7737216e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 532480 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 1.47456e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 8192 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"} 5.6385536e+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"} 65536 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"} 917504 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"} 204800 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_config",schemaname="public"} 2.916352e+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"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 131072 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"} 5.0225152e+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_lpn",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_lpn_line",schemaname="public"} 8192 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"} 1.8432e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_movementline",schemaname="public"} 7.487488e+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"} 8192 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"} 16384 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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 114688 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"} 4.161536e+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"} 16384 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"} 7.970816e+06 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.85728e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 1.728512e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 835584 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 6.144e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 1.179648e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 8.02816e+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"} 5.44768e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receiptline",schemaname="public"} 3.887104e+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"} 1.5228928e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_receipttax",schemaname="public"} 2.080768e+06 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"} 5.5877632e+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"} 5.24288e+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"} 8.6859776e+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"} 163840 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_supplier_product",schemaname="public"} 5.709824e+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"} 2.15351296e+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"} 2.465792e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferissue_line",schemaname="public"} 7.315456e+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"} 2.195456e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferorder_line",schemaname="public"} 9.076736e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 5.3248e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferreceipt",schemaname="public"} 2.146304e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 6.725632e+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"} 2.023424e+06 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"} 7.651328e+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"} 5.4525952e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="m_unitcost_history",schemaname="public"} 5.36576e+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"} 57344 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"} 98304 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_process_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_report_designer",schemaname="public"} 475136 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_table_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="ntn_window_designer",schemaname="public"} 6.217728e+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"} 401408 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"} 57344 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoice",schemaname="public"} 7.569408e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoice_lc",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoice_meta",schemaname="public"} 188416 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoiceline",schemaname="public"} 2.6771456e+07 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"} 892928 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.916928e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_invoicetax",schemaname="public"} 3.284992e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_lc_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_order",schemaname="public"} 4.808704e+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"} 3.6274176e+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"} 2.2028288e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_ordertax",schemaname="public"} 1.662976e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_price_variance",schemaname="public"} 8192 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.3519232e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_productprice_history",schemaname="public"} 835584 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_requisition",schemaname="public"} 2.482176e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_requisition_line",schemaname="public"} 2.5214976e+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"} 1.14688e+06 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"} 622592 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"} 294912 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_credit",schemaname="public"} 1.007616e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 73728 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_withholding_tax_adjustment",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"} 16384 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"} 40960 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"} 630784 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"} 761856 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"} 737280 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_customer_creditline",schemaname="public"} 278528 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"} 319488 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 450560 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoice",schemaname="public"} 8.2092032e+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"} 1.646592e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoiceline",schemaname="public"} 7.0868992e+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"} 278528 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 7.6406784e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_invoicetax",schemaname="public"} 5.9203584e+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"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_joborder_images",schemaname="public"} 8192 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"} 1.14630656e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment",schemaname="public"} 4.907008e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 4.317184e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 1.5917056e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 3.858432e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 237568 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"} 1.447936e+08 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderline",schemaname="public"} 7.131136e+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"} 1.0395648e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 1.2189696e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_orderlinetax",schemaname="public"} 3.9329792e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_ordertax",schemaname="public"} 2.9720576e+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.0627456e+07 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="s_productprice_history",schemaname="public"} 2.49856e+06 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"} 180224 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"} 49152 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"} 6.529024e+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 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 270336 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 393216 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 688128 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 696320 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 24576 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 1.089536e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 1.892352e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 2.6624e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 565248 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 24576 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 1.327104e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 270336 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 1.261568e+06 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 139264 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 335872 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 40960 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_custfix_map",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_stock_plan",schemaname="public"} 442368 pg_stat_user_tables_table_size_bytes{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 16384 # HELP pg_stat_user_tables_vacuum_count Number of times this table has been manually vacuumed (not counting VACUUM FULL) # TYPE pg_stat_user_tables_vacuum_count counter pg_stat_user_tables_vacuum_count{datname="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_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_costing_allocation",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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_alert_rule_history",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_resource",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cs_app_resource_action",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_grant",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_notification",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="cw_trade_approval_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cw_trade_rl",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_pcataloguelines_addon",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_pricing_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="cwr_pricing_policy_scope",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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_einvoice_log",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_cash_merge_backup",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_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_lease_schedule",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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_migration_batch_line",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_file",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_posting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_posting_template_version",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_receipt_cash_merge_backup",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_report_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",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="fin_transactions_balance_backup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="m_lpn_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_process_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_table_designer",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_lc",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_withholding_tax_adjustment",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 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="kwc",relname="zz_wallet_plan",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="18.4.0",version="PostgreSQL 18.4 (Debian 18.4-1.pgdg13+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit"} 1 # HELP pg_statio_user_tables_heap_blocks_hit Number of buffer hits in this table # TYPE pg_statio_user_tables_heap_blocks_hit counter pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 971 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 1765 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 6056 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 2.8449067212e+10 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1.1157882866e+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"} 2.7654310938e+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"} 15155 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="brand",schemaname="public"} 1.0713785e+07 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_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_announcement_read",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_correction",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"} 207 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_calculation_base",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_costing_allocation",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"} 31195 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"} 46310 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"} 14601 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 74362 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"} 890313 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_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 30451 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"} 45 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_fbp_declaration",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"} 146 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_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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"} 482 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_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_in_pf_ecr",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"} 66841 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_knowledge_base_article",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_ledger",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"} 31360 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"} 532 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"} 8 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_notification_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_notification_template",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"} 358 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_pay_component_assignment",schemaname="public"} 0 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_pay_period",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_payroll_liability_payment_line",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"} 27 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"} 1018 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_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_payment_batch_line",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"} 392 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 155 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"} 30263 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_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 965 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"} 117866 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 2023 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"} 4475 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"} 432 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_action_type",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"} 41082 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_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_alert_rule_history",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"} 49939 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"} 96626 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 223929 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"} 276285 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_audit_log",schemaname="public"} 5.988531e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 11782 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_log",schemaname="public"} 372932 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 2.11303078e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_batch_register",schemaname="public"} 939 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit",schemaname="public"} 1.274552973e+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"} 2.323013e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 102745 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 84938 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"} 62157 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_client",schemaname="public"} 2.4524704e+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"} 5619 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.0366868e+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"} 21302 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_currency",schemaname="public"} 1.6328664e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 20599 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.5603261e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_doctype_template",schemaname="public"} 14751 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"} 2.4290492e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_import_template",schemaname="public"} 22588 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.15548033e+08 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"} 762340 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integration_scope",schemaname="public"} 19101 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integrations",schemaname="public"} 19377 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_integrations_config",schemaname="public"} 163 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 1685 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"} 17 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"} 8043 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"} 45771 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"} 18391 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 1.015275e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 229429 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 5.852466e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_grant",schemaname="public"} 0 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"} 329 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 376 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 31182 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"} 311540 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_access",schemaname="public"} 21702 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_log",schemaname="public"} 819373 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_parameter",schemaname="public"} 4.427656e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_run",schemaname="public"} 1.842903e+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"} 95754 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window",schemaname="public"} 16 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window_access",schemaname="public"} 151 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 1097 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"} 134891 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_refresh_token",schemaname="public"} 1.1107748e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_region",schemaname="public"} 5.2043801e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_releases",schemaname="public"} 538499 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_releases_history",schemaname="public"} 4887 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 22219 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_report_access",schemaname="public"} 133937 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"} 227844 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_reportschedule",schemaname="public"} 515 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 246 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"} 38719 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_role_application",schemaname="public"} 716 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"} 4.549608e+06 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"} 26050 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"} 40033 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"} 1.1879783e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_task",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tax",schemaname="public"} 8.037343e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tax_acct",schemaname="public"} 82849 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_taxcategory",schemaname="public"} 616143 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"} 3.7845588e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 5403 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"} 2.14799453e+08 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"} 3.5941088e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_access",schemaname="public"} 4.530417e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 114556 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 3.7243864e+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"} 40717 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_mfa",schemaname="public"} 1361 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_user_notification",schemaname="public"} 0 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"} 1030 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"} 38039 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"} 15245 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window",schemaname="public"} 3.456728e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cs_window_access",schemaname="public"} 349007 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"} 434629 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"} 658461 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cw_trade_rl",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"} 692 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"} 3929 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 853080 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 4.4083316e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 344 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 6914 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"} 9.22185e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 11819 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"} 3871 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"} 41882 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_configurations",schemaname="public"} 20237 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_customer_config",schemaname="public"} 3674 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"} 21103 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"} 17463 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 13 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 117039 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"} 3657 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"} 2.9003548e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 377387 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"} 3660 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 63362 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"} 78152 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 141687 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"} 133 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"} 2.885182e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 744839 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 19990 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 25827 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"} 4.93442682e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 1584 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 6.4035637e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 87360 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 139897 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 724519 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 2.265634e+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"} 24033 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 5282 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 1.293084e+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"} 49 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 9 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"} 3829 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.219515e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 3847 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 1.7298078e+07 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"} 7.216954e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 1.9925675e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_store_discount",schemaname="public"} 4919 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"} 6.394372e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 359878 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 3.90685456e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 891651 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"} 28115 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"} 110761 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 4.43901094e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 140068 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.71218632e+08 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"} 848925 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 261082 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"} 4.329431e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 19825 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 20009 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 507 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 538445 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"} 3305 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"} 28028 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"} 298 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"} 47592 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_lease_ext",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"} 6235 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 872 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"} 13 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 460 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 923 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 553 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"} 1.5485122e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 189421 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 1.8920381e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 1.8920367e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 3.784058e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 1.892024e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 1.8920258e+07 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"} 3.784052e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 1.8920277e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 1.8920247e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 1.13521716e+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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 81 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 188 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 146 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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_budget_version",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"} 1.8968714e+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"} 47 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_calendar_week",schemaname="public"} 657 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"} 1.8907275e+07 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_day_close_session",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"} 352 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_document_attachment",schemaname="public"} 0 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_einvoice_config",schemaname="public"} 4990 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 418 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"} 965527 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.67685155e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 1.637788e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 6.214653e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1.322563e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 6.055763e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 1 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"} 5.957274e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 66 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 3155 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 6480 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 5133 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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 22 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"} 452915 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 9.859985e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 5.447078655e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1.36603061e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 1.07365232e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 92846 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 160 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 140 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 977992 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 1.4870725e+07 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"} 1.1843413e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 988912 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"} 793184 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"} 401106 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 782869 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 16806 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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_migration_batch_line",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"} 4.644976e+06 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_file",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"} 7.740116e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 9.603989e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 3.956483e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 251005 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"} 9.5107481e+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"} 132 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 217 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 1.30960581e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 948 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 5.7905748e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 3.8779024e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 7.4862305e+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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_report_template",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_revaluation_run",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"} 81331 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 5.36539095e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 364 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 926 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="flyway_schema_history",schemaname="public"} 319 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="hsncode",schemaname="public"} 3.875913e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="increment_no",schemaname="public"} 0 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"} 37 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"} 8.06452338e+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"} 740944 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_sequence",schemaname="public"} 265641 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 2886 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"} 7553 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_costing_preferences",schemaname="public"} 411 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"} 20260 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_config",schemaname="public"} 438311 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"} 8228 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 19010 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"} 279 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 3159 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"} 8.810089e+06 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_lpn",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_lpn_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"} 140332 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 4.14162e+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"} 0 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"} 3913 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"} 12063 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"} 2210 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 33545 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"} 142703 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"} 7.37983295e+08 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.554319e+06 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"} 541111 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 2.7912523e+07 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"} 1.6567177e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 302835 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 8599 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 53945 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 984535 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 9.020853e+06 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"} 1.378417e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receiptline",schemaname="public"} 3.71249323e+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"} 5.7587466e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_receipttax",schemaname="public"} 4.665182e+06 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"} 3.26217242e+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"} 7.6962956e+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"} 8.2924631e+07 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"} 2634 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"} 4.781090673e+09 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_supplier_product",schemaname="public"} 310024 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"} 2.703811955e+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"} 3.058707e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1.689232e+06 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"} 4.344632e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferorder_line",schemaname="public"} 1.0494548e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 58273 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferreceipt",schemaname="public"} 1.982968e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 5.048029e+06 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.338775e+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"} 1.348903e+06 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.58082332e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 122089 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"} 5.87715913e+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"} 8220 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 1881 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 130 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"} 54553 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"} 19396 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 10086 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 1.3408879e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoice_lc",schemaname="public"} 255 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 85410 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 1.774114624e+09 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"} 337706 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 1.09668587e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 1.2655459e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 114 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 2.0712574e+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"} 7.28548851e+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"} 8.4452279e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 3.102582e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 1.418742e+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"} 3.251604e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 8618 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 3.130138e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 5.33860849e+08 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.0457291e+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.247243e+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"} 1.566468e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 1843 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 166116 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 4986 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_withholding_tax_adjustment",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"} 11527 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 17756 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 4251 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 8653 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"} 1.842868e+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"} 161721 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"} 6.3961413e+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"} 3.08733951e+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"} 1.2427298e+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"} 370406 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 252265 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 8154 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"} 41723 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 155025 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 2.466899115e+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"} 1.52259612e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.68431431e+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"} 9728 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 3.387873e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 6.57942026e+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"} 1067 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 239 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"} 240 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 169 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 310 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 185 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 284 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 187 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"} 5.46266662e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 4100 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 104286 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 12590 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 43454 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 2.755053e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 188291 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"} 1.055009e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 4.8329904e+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"} 6.475618e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 6.552099e+06 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 1.53028528e+08 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 9.5934082e+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"} 6.0016521e+07 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"} 6.1301143e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_productprice_history",schemaname="public"} 76050 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"} 1.4804837e+07 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_bill",schemaname="public"} 244 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_bill_line",schemaname="public"} 8 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"} 15 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"} 913 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="s_service_type",schemaname="public"} 423 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"} 96 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"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="v_taxamt",schemaname="public"} 0 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"} 8.697366e+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 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 77 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 259 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 514 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 514 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 509 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 1280 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 1274 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 21 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 21 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 254 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 58 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 769 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 107 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 769 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 30677 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 21 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_custfix_map",schemaname="public"} 376 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_stock_plan",schemaname="public"} 387 pg_statio_user_tables_heap_blocks_hit{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 2 # 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"} 710 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 2025 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 4162 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 9.40976048e+08 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 2.4423833455e+10 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"} 3.498448912e+10 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"} 134211 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="brand",schemaname="public"} 668309 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_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_announcement_read",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_correction",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"} 434 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_calculation_base",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_costing_allocation",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"} 849 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"} 3701 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"} 11791 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 5696 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"} 77752 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_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 589 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"} 24 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_fbp_declaration",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"} 44 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_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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"} 1077 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_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_in_pf_ecr",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"} 1706 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_knowledge_base_article",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_ledger",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"} 622 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"} 68 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"} 49 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_notification_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_notification_template",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"} 213 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_pay_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_payroll_liability_payment_line",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"} 47 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"} 1092 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_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_payment_batch_line",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"} 188 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 666 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"} 432 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_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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"} 2156 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"} 14256 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 1056 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"} 267 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"} 334 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_action_type",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"} 109520 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_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_alert_rule_history",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"} 21648 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"} 8320 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_app_resource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 82011 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"} 54482 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 2.2782642e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 809 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 50925 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 4.5474352e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 838 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit",schemaname="public"} 2.209202e+06 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"} 155466 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 13383 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 32166 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"} 231 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_client",schemaname="public"} 54377 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"} 5269 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"} 25318 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"} 4419 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_currency",schemaname="public"} 38015 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 988 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"} 151048 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 11841 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"} 1.2164794e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_import_template",schemaname="public"} 3757 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"} 414055 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"} 251665 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 347 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integrations",schemaname="public"} 203 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 152 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 1601 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"} 74 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"} 1758 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"} 6983 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"} 179 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 723503 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 136146 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 28668 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_grant",schemaname="public"} 0 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"} 702 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 8819 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"} 110509 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_access",schemaname="public"} 18225 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_log",schemaname="public"} 706452 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 1.7104237e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_run",schemaname="public"} 704092 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"} 19279 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window",schemaname="public"} 48 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 148 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 489 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"} 31943 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 309379 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_region",schemaname="public"} 36270 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_releases",schemaname="public"} 4349 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 4256 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 3808 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_report_access",schemaname="public"} 56390 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"} 64047 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 452 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 275 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"} 4496 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_role_application",schemaname="public"} 403 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"} 2.309657e+06 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"} 25860 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"} 22617 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"} 2.697183e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_task",schemaname="public"} 36 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tax",schemaname="public"} 34537 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 4245 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 14418 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"} 24337 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 2325 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"} 88603 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"} 321687 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_access",schemaname="public"} 248828 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 203559 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 3.577037e+06 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"} 5767 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 85 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_user_notification",schemaname="public"} 0 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"} 422 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"} 19470 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"} 14586 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window",schemaname="public"} 58895 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cs_window_access",schemaname="public"} 59544 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"} 185037 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"} 90062 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cw_trade_rl",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"} 665 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"} 1185 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 165810 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 1.1912871e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 376 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 7079 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"} 175473 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 14250 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"} 4191 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"} 28096 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 3546 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 4036 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"} 4412 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"} 6648 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 38 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"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 4037 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"} 4062 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"} 2.3551931e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 14644 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"} 4067 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 1083 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"} 11040 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 14112 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"} 26 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"} 848108 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 14225 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 3278 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 5415 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"} 1.8902835e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 25 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 3.9929462e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 54114 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 30599 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 103110 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 1.736782e+06 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"} 7034 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 452 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 15749 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"} 10 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 10 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"} 4027 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"} 33250 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 4156 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 139599 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"} 1.880818e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 2.654094e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 842 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"} 231541 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 59157 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 5.11680578e+08 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 114442 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"} 16577 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"} 18512 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 1.95907782e+08 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 91448 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 1.8698023e+07 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"} 101135 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 51033 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"} 2.995825e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 3274 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 3433 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 524 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 114031 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"} 2975 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"} 459 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"} 55 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"} 18566 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_lease_ext",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"} 1964 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 243 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"} 45 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 486 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 205 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"} 628072 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 335 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 21736 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 21712 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 43419 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 21691 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 21707 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"} 43431 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_rules",schemaname="public"} 21714 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 21730 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 130215 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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 55 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 34 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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_budget_version",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"} 20920 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"} 90 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_calendar_week",schemaname="public"} 897 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"} 20805 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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_day_close_session",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"} 310 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_document_attachment",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_einvoice_config",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 34 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"} 71890 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"} 8.4400457e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 247482 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 423784 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 56455 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 765828 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 68 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"} 745829 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 1260 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 184 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 88 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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 47 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"} 97763 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 1.069201e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 0 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"} 3.610044135e+09 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 1.603946e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 6.121607e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 61123 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 73 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 229 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 143989 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 531933 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"} 109303 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 297716 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"} 4912 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"} 102005 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 6138 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 962 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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_migration_batch_line",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"} 656934 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_file",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"} 477534 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 47596 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 1.07447e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 55456 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"} 157034 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"} 20 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 21 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 38 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 7.0998654e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 6017 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 3.6121999e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1.107207e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 1.9807798e+07 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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_report_template",schemaname="public"} 32 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_revaluation_run",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"} 26146 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 2.36456782e+08 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 2131 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 6145 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 1774 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 126061 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="increment_no",schemaname="public"} 34 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"} 47 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"} 5.1459579e+07 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"} 14804 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 4871 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 91 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"} 3935 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 452 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"} 10111 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 235514 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"} 625 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 719 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"} 116 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 108 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"} 309437 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_lpn",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_lpn_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"} 25519 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 563852 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"} 0 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"} 26 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"} 939 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"} 20 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 170 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"} 19890 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.97146027e+08 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"} 40037 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"} 11043 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 1.867125e+06 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"} 2.315983e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 90857 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 4362 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 26332 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 106920 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 825271 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"} 491173 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receiptline",schemaname="public"} 6.8893783e+07 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"} 1.774359e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_receipttax",schemaname="public"} 433000 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"} 8.3200878e+07 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"} 1.0668365e+07 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"} 3.5063906e+07 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"} 1571 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"} 565246 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 57941 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"} 2.07589537e+08 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"} 1.23191e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 113480 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"} 1.638359e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 4.222595e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 23293 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 810318 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 2.145786e+06 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"} 301333 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"} 47087 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"} 6.5370916e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 281262 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"} 158336 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"} 226 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 655 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 316 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"} 23067 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"} 790 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 2715 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 8.380629e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoice_lc",schemaname="public"} 193 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 1509 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 2.744716e+07 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"} 36728 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 4.83762e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 953943 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 44 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 4.273721e+06 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"} 4.9449516e+07 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"} 5.126016e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 383036 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 12060 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"} 663344 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 3565 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 453391 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 9.724984e+06 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"} 1.434645e+06 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"} 342966 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"} 4055 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 1487 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 95694 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 1720 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_withholding_tax_adjustment",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"} 640 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 2571 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 620 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 1076 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"} 119892 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"} 33567 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"} 4.831495e+06 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"} 3.125839e+06 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"} 17301 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"} 1198 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 81224 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 2174 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"} 2853 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 10262 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 1.50191853e+09 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"} 2.0415061e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 8.3639031e+07 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"} 2428 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 473222 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 4.14172721e+08 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"} 141 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 36 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"} 44 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 63 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 27 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 63 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 27 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"} 2.11625476e+08 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 5179 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 89727 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 19364 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 72320 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 157350 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 8999 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"} 769929 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 6.498321e+06 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"} 2.641744e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 3.148885e+06 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 6.1311218e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 5.1006679e+07 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"} 63983 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"} 1.1510148e+07 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 15762 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"} 360006 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_bill",schemaname="public"} 27 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 16 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"} 56 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"} 134 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="s_service_type",schemaname="public"} 107 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"} 99 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"} 34 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="v_taxamt",schemaname="public"} 34 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"} 918036 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 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 416 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 104 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 559 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 104 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 208 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 1027 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 104 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 1040 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 208 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 1664 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 2938 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 4160 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 208 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 208 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 208 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 832 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 208 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 2041 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 416 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 13 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 1937 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 208 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 468 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 52 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_custfix_map",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_stock_plan",schemaname="public"} 637 pg_statio_user_tables_heap_blocks_read{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 13 # 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"} 466 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 459 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="api_key",schemaname="public"} 3779 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer",schemaname="public"} 6.5784047e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_address",schemaname="public"} 1.914555e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 14405 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 2.620934e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 13 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"} 1.7706818e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 3005 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"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_event_store",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_messaging_platforms",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_receipts",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_social_media",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cdr_terms_conditions",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_accommodation_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_acting_appnt",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_action_taken",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_admin_tasks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_allowance",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_history",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_airticket_provision",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_announcement",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_announcement_read",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_errorlog",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ap_punch_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ar_empcat",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_correction",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_month",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_process",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_punch",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_attendance_year",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bank_info",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_behaviour",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_behaviour_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_allocation",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_breaks",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_calculation_base",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_calculation_base_component",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_candidate_document",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_candidates",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_certificate_prefer",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_claim_request",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_claim_request_attachment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_company_accommodation",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_company_branding",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_company_config",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_costing_allocation",schemaname="public"} 43 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_competency",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_cost",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_enrollment",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_job",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_course_schedule",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_declare_oi",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_deductions",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_delegation",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_department",schemaname="public"} 383 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_dependants",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_dept_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_division",schemaname="public"} 858 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ed_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ed_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_acting_appnt",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_address",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 1101 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_benefits",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_contribution",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_deductions",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_delegation",schemaname="public"} 16 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"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_documents",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_docverification",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_empr_contr",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_emprc_payment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_exit_checklist",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_itassets",schemaname="public"} 9 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"} 35 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_loan",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_passport",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_pay_head",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_pay_head_view",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_payslip",schemaname="public"} 14 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"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_sal_pay_component",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_salary",schemaname="public"} 124 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_salary_ctc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_shift",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_transfer",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_emp_uniform_request",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_empid_config",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee",schemaname="public"} 117151 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_accommodation",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_audit_log",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_bank_account",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_category",schemaname="public"} 322 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"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_job_info",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 1482 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 24 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"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_encash_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enroll_attendance",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enroll_course",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_enrollment",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_discussion",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eos_emp_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eph_accrual",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_eph_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ethnicrace",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_evaluation_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_exemption",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_exit_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expense_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expense_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_expensereq_lines",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_fbp_declaration",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_final_settlement",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_formula",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_formulakey",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_helpdesk_category",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_helpdesk_ticket",schemaname="public"} 200 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_holiday",schemaname="public"} 389 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_holiday_calendar",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_holiday_type",schemaname="public"} 392 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_alert_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_alert_dept",schemaname="public"} 6 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"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_integration_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_mypendingtask",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_payroll_quarter",schemaname="public"} 258 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_reapply_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings_gratuity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hr_settings_wps",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_config",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_disciplinary",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_manpower",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_onboard",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_performance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrglobal_training",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_hrrequest",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_id_classification",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_id_config",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_import_attendance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_in_esi_return",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_in_pf_ecr",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_incentive",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_increment_policy",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interview_feedback",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interview_round",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_interviews",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_investment_declaration",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_jd_assesstype",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job",schemaname="public"} 4432 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_application",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_description",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_offer",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_offer_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_platform",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_posting",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_requisition",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_role",schemaname="public"} 716 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_job_transfer",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_jobcode_view",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_knowledge_base_article",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_kra",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_empcat",schemaname="public"} 6 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"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_pg",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_la_yos",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_accrual_history",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_adjust",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_allocation",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_approval_view",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_encash",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_ledger",schemaname="public"} 131 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_ob",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_policy",schemaname="public"} 714 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_policy_accrual",schemaname="public"} 7 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"} 3568 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 166 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_type",schemaname="public"} 457 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_leave_type_account",schemaname="public"} 5 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"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_letter_request",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_letterreq_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_adjustment",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_advance_request",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_schedule",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_source",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_transaction",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_transactionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loan_type",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_loans_and_advances",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_management_level",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_manager_review",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mandatory_training",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_manpower_planner",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_maternity_leave",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mediclaims_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_misconduct_type",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mp_budget",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mp_headcount",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_mt_actions",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nationality",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_new_joinee",schemaname="public"} 36 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_compensation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_doc_verification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_itassets",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_nj_qualification",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_notification_log",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_notification_preference",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_notification_template",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_onboarding_tasks",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_leave_balance",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_leave_transaction",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_preference",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ot_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_otherincome",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_passport",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_component",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_component_assignment",schemaname="public"} 184 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_grade",schemaname="public"} 854 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_group",schemaname="public"} 250 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_head",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pay_period",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payprocess_rule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_bank_format",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 90 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_export",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_input",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_liability_payment_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_process",schemaname="public"} 164 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_revcycle",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payroll_settings",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslab",schemaname="public"} 849 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip_component",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pendingothrs",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pendingpay_components",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_perform_review",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_period",schemaname="public"} 273 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pio_details",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_plan",schemaname="public"} 104 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 152 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_plan_component",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_platform",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_policy_acknowledgment",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_policy_document",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_position_control",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_consolidated_account_view",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_emp",schemaname="public"} 176 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_pp_invoice",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_add",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_arrears",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_cc",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_ded",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_emp_contribution",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppe_loan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_dept",schemaname="public"} 6 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_org",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ppr_paygrade",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_probation_confirm",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_probation_history",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_prof_taxline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_professional_tax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_provision",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_punch_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_recognition",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_report_incident",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_resignation",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_resolution_hist",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_responsibilities",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_restricted_holiday_selection",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_retropay",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rh_action",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ri_discussion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_ri_history",schemaname="public"} 7 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"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp_deductions",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_rp_emp_earnings",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_payment_batch",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_payment_batch_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_proposal",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_revision_request",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_template",schemaname="public"} 246 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_scorecard",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_section",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_section_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_selfservice_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_selfservice_employee",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift",schemaname="public"} 828 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_days",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_policy",schemaname="public"} 231 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_roaster",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_rotation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_team",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_team_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_shift_type",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_skill_preference",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_slab",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_slabline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_add",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_contribution",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sp_deduction",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_sr_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_st_deductions",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_st_earnings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_survey",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_survey_question",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_survey_response",schemaname="public"} 41 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"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_declaration",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_deduction",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_hra",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tds_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_tdsline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_team",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_team_emp",schemaname="public"} 11 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"} 3249 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_feedback",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_feedback_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_training_question",schemaname="public"} 6 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"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_webhook_subscription",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weekends",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weeknumber",schemaname="public"} 247 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_weekoff_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_wfh_request",schemaname="public"} 3312 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_work_location",schemaname="public"} 5432 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_worktag",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="chr_year",schemaname="public"} 247 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="commerce_cart",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="commerce_cart_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cprf_set_scores",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_account",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_camp_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_camp_settings",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_coupon_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_log_detail",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_logs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaign_message_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_campaigns",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_comm_template_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_comm_templates",schemaname="public"} 269 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_contact",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_email_template",schemaname="public"} 222 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_lead",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_lead_products",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_opportunity",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_retail_segment_customers",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_sale",schemaname="public"} 6 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"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_segment_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_social_post",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_social_postline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_stream",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_task",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_commschedule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_notification_list",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="crm_webinar_platform",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_action_type",schemaname="public"} 12519 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_airflow_dags",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert",schemaname="public"} 4268 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert_conditions",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert_master",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert_notification",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alert_rule_history",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 150341 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_announcement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_api_builder_schema",schemaname="public"} 95716 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_api_key",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_access",schemaname="public"} 108150 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_resource",schemaname="public"} 18789 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 12524 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 146449 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_app_setup",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_approval_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_audit_config",schemaname="public"} 125376 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_audit_log",schemaname="public"} 2.967003e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 2025 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_log",schemaname="public"} 13589 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 36123 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_batch_register",schemaname="public"} 817 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit",schemaname="public"} 2.64093701e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_location",schemaname="public"} 20241 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 1926 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 37368 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_city",schemaname="public"} 343 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client",schemaname="public"} 126686 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client_applications",schemaname="public"} 143 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_client_apps",schemaname="public"} 5546 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_compliance_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_country",schemaname="public"} 159459 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_coupon",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 5522 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_currency",schemaname="public"} 195545 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 6908 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dag_taskscheduler_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_load_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_override_role",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_override_user",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule",schemaname="public"} 79200 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_status",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_lock_rule_user",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_data_validator_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_datasource",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_division",schemaname="public"} 870 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_doctype",schemaname="public"} 1.296815e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_doctype_template",schemaname="public"} 2153 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_event_alerts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_favourites",schemaname="public"} 91 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_file",schemaname="public"} 20693 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_import_template",schemaname="public"} 2192 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_audit_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 112539 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 123065 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integration_scope",schemaname="public"} 338 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integrations",schemaname="public"} 255 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_integrations_config",schemaname="public"} 90 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 1113 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_language",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_license_policy",schemaname="public"} 17018 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_log_retention_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_log_retention_settings_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_loyalty_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_master_data_config",schemaname="public"} 2401 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_menu_group",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_menu_schema",schemaname="public"} 3087 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_messages",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_metrics_schema",schemaname="public"} 21378 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_report_access",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_role",schemaname="public"} 634 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_role_apps",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_mobile_window_access",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_module",schemaname="public"} 10944 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_nearbystores",schemaname="public"} 7191 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 2480 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_paymentterm",schemaname="public"} 20695 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_grant",schemaname="public"} 84049 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 709 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_log",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_set",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 13635 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_permission_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_print_template",schemaname="public"} 4638 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_print_template_query",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process",schemaname="public"} 169394 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_access",schemaname="public"} 42074 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_log",schemaname="public"} 256652 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_parameter",schemaname="public"} 25062 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_run",schemaname="public"} 2.304107e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_schema",schemaname="public"} 164132 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window_access",schemaname="public"} 357 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 190 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_producttour_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_producttour_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_promotion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_receipt_template",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_reference_schema",schemaname="public"} 84157 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_refresh_token",schemaname="public"} 16652 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_region",schemaname="public"} 3.0862278e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_releases",schemaname="public"} 565 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_releases_history",schemaname="public"} 123 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 32705 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_access",schemaname="public"} 280073 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_job",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_report_schema",schemaname="public"} 444711 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_reportschedule",schemaname="public"} 363 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_returnreason",schemaname="public"} 46085 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_role",schemaname="public"} 10126 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_role_application",schemaname="public"} 129 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_security_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_sequence",schemaname="public"} 505231 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_shift_definition",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 2992 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_system_preferences",schemaname="public"} 12061 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_table_sample_data",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_table_schema",schemaname="public"} 148675 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tax",schemaname="public"} 1.455354e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tax_acct",schemaname="public"} 1735 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_taxcategory",schemaname="public"} 24037 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_taxzone",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 19584 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 1812 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_timezone",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_uom",schemaname="public"} 1.87016899e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user",schemaname="public"} 3.2861085e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_access",schemaname="public"} 17506 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 19959 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_bunit",schemaname="public"} 8945 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_device",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_division_access",schemaname="public"} 45658 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_locale",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_meta",schemaname="public"} 9050 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_mfa",schemaname="public"} 116 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_notification",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_policy_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_preference",schemaname="public"} 719 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_session",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_session_activity",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_user_warehouse_access",schemaname="public"} 290 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_views",schemaname="public"} 5637 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_webhook",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_webhooks",schemaname="public"} 14346 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window",schemaname="public"} 6.065782e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_access",schemaname="public"} 711949 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_process",schemaname="public"} 4571 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_rules",schemaname="public"} 1393 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_rules_validation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cs_window_schema",schemaname="public"} 1.276134e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cw_auth_token",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cw_trade_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cw_trade_event",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cw_trade_rl",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_banners",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_cafeteria_restaurants",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_channel",schemaname="public"} 10415 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_cafeterias",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_city",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_company_preferences",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order",schemaname="public"} 20569 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_feedback",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_orderstatus_history",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_restaurant_timeslot",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_store_holidays",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_store_timings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwc_stores_config",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_frequency",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscrgrp_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_addon",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_logs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_payments",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_scheduleline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscription_shipping",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwcs_subscriptionline_disc",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_emailtemplate",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_events",schemaname="public"} 505 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_wftasks",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow",schemaname="public"} 9098 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 14064 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 130783 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 292 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 9474 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_eventstore",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_instance",schemaname="public"} 467177 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 1337 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_idea",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_idea_notes",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwp_milestone",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_assurance",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection",schemaname="public"} 9817 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_collection_product",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_control",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_control_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_task",schemaname="public"} 7016 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspection_workflow_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspectionline_task",schemaname="public"} 1501 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_parameters",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_parameters_grp",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_engineer",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_quality_workflowline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_qualitycheck_type",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_action",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_sub_workflow_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwq_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 3689 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 153383 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 8366 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_configurations",schemaname="public"} 15372 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_config",schemaname="public"} 3335 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_group",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_login",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 4396 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_discount_request",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_discount_request_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_display_system_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_ecom_ref",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_evaluation_script",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_events",schemaname="public"} 3654 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 20924 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 20922 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 21050 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_floor",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_kot",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_kot_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_menu_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order",schemaname="public"} 16961 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 6412 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 13724 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 6364 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 6364 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 33452 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_production_center_access",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_section",schemaname="public"} 3672 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table",schemaname="public"} 3101 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 3672 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 15270 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 15243 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_gift_config",schemaname="public"} 394 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard",schemaname="public"} 7795 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 10153 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 22340 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 25838 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_image_library",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_ingredients",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 3336 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 3645 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 39667 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 111125 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 8890 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 3338 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 4875 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 38488 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 32557 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_mystore",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 22423 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 1611 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 4471 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 19811 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 65722 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 20059 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 18275 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcatalogue_timeslot",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcataloguelines",schemaname="public"} 5.005722137e+09 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 9094 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 49411 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 3619 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 70993 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 33956 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_log",schemaname="public"} 376587 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 7599 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 6228 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 404 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pricing_policy",schemaname="public"} 2675 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 51699 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_product_addon",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_product_addongroup",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_provider_configurations",schemaname="public"} 8903 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 9089 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe",schemaname="public"} 72719 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 159443 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 159444 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 14342 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_process",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_recipe_products",schemaname="public"} 72710 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 1771 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 1771 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 3345 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_rules",schemaname="public"} 3654 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype",schemaname="public"} 118531 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 3657 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 4007 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_sevent_run",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_checklist",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_dailyops",schemaname="public"} 74205 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 677502 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_discount",schemaname="public"} 1849 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 1263 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till",schemaname="public"} 5.201541e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 5084 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 152576 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 1.040374e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_log",schemaname="public"} 104 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 3413 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 3060 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 5547 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash",schemaname="public"} 401417 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 119510 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 293459 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 4013 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 32637 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_transaction_queue",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet",schemaname="public"} 1.390244e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 5088 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 5225 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 451 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 9627 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cws_ticket",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cws_ticket_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_mobilew_role",schemaname="public"} 631 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_task",schemaname="public"} 31625 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_taskline",schemaname="public"} 6904 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 11 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_channel",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_channel_frames",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_player_channel",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_players",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_playlist_details",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_playlists",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_schedules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ds_tray_events",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="email_source",schemaname="public"} 2119 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="exdhrm_newjoineeconfig",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset",schemaname="public"} 591 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_audit",schemaname="public"} 11 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"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 7678 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_history",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_issue",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_lease_ext",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 569 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 497 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_registration",schemaname="public"} 8 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"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_sub_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_subclass",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_asset_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 476 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_building",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_floor",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_loc_room",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fam_provisional_asset",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_account",schemaname="public"} 2.4455182e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_account_category",schemaname="public"} 154068 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config",schemaname="public"} 19704 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 19701 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 19695 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 19691 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 19696 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 28445 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"} 19701 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 19699 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 19706 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_adv_payment",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_aging_snapshot",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_alert",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_alert_history",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_alert_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ammortization",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_approval_instance",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_audit_trail",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_connector",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_guarantee",schemaname="public"} 701 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_statement",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 2709 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bpartner",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 286 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 181 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budget",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budget_approval",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budget_version",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_budgetline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_calendar",schemaname="public"} 19393 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"} 4 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"} 19214 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cash_acct",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cash_deposit",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cashacct_paymentmethod",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cashflow_category",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_channel_settlement_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_coa",schemaname="public"} 108 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_config_change_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_consolidation_run",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_cost_center",schemaname="public"} 48145 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_credit_snapshot",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_dashboard_widget",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_day_close_session",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_dimension_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 102 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_document_attachment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ear_targetline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_einvoice_config",schemaname="public"} 9510 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 119 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_exp_request_meta",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expcategory",schemaname="public"} 781826 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 145 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_rule",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expense_allocation_run",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucher",schemaname="public"} 3.9360654e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 4749 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 24818 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1936 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_financial_acct",schemaname="public"} 5.853707e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 2.597416e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 405 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 437 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_intercompany_agreement",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_isd_summary",schemaname="public"} 6 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"} 142426 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_journalline",schemaname="public"} 14760 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lease",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_ledger_details",schemaname="public"} 506222 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_customer",schemaname="public"} 4.7083125e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 29071 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 2906 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 5239 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 12091 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 2927 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 3478 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 134 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 696596 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_section",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_setup",schemaname="public"} 2975 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 3496 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 214888 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 960 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_lin_tds_sectionline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_loyalty_liability",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_migration_batch",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_migration_batch_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pay_pglogs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pay_pgtransaction",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment",schemaname="public"} 413439 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_advice",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_file",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal_approval",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_payment_proposal_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentline",schemaname="public"} 11170 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 105242 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentplan",schemaname="public"} 23748 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 1906 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 24020 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period",schemaname="public"} 12643 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_control",schemaname="public"} 255331 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_notifications",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_periodline",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pnl_config",schemaname="public"} 129 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_posting_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_posting_exception",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_posting_queue",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_posting_template",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receipt",schemaname="public"} 9.518926e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptline",schemaname="public"} 2.8826483e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan",schemaname="public"} 1.14245817e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 2.1114632e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 1053 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_reconciliation_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_recurring_expense",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_report_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_report_template",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_revaluation_run",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 1650 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_transactions",schemaname="public"} 264588 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 5 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"} 7.589519e+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"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_gatepass_log",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_provider",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_route_details",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_task",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_task_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_drivers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_make",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="lgs_vehicle_model",schemaname="public"} 6 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"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="line_tab",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="list_contacts",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_addon",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_addon_group",schemaname="public"} 33534 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute",schemaname="public"} 32052 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute_group",schemaname="public"} 31991 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_attribute_value",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_autoconsumption_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch",schemaname="public"} 1.13201454e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_attribute",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_conversion",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_group",schemaname="public"} 24956 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_sequence",schemaname="public"} 1042 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_bom",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_bom_line",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_categories_products",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_cost_adjustment",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_cost_adjustment_line",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_costing_log",schemaname="public"} 1247 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_costing_preferences",schemaname="public"} 373 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_coupon_provider",schemaname="public"} 395 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_coupon_sales",schemaname="public"} 3778 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_custom_attribute",schemaname="public"} 41752 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 31984 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_internal_consumption",schemaname="public"} 189 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_invcount_sch_stores",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory",schemaname="public"} 6127 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_config",schemaname="public"} 12903 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_issue",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 391 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"} 122 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventory_threshold_rules",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventoryline",schemaname="public"} 24634 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_issue_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_item_companion_rule",schemaname="public"} 36527 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 3674 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_lpn",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_lpn_line",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_material_request",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movement",schemaname="public"} 28685 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movementline",schemaname="public"} 9411 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_additional_info",schemaname="public"} 7513 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_approval",schemaname="public"} 3658 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 7517 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 7509 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_brand",schemaname="public"} 4569 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 7504 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 6756 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 31826 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 36885 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_customer",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 7506 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_formula",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_formula_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_payment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 31828 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 5847 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 6120 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 31805 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricingrule",schemaname="public"} 26302 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_pricingrule_coupon_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_prodaddon_attribute",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product",schemaname="public"} 3.85063196e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_addon",schemaname="public"} 33723 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_attribute",schemaname="public"} 32018 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_bom",schemaname="public"} 62689 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category",schemaname="public"} 178675 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category_acct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_category_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_divisions",schemaname="public"} 45655 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_group",schemaname="public"} 18611 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_images",schemaname="public"} 133 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 42279 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_meta",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_purchase",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_product_warranty",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 11 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_product",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_scategory",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_purpricing_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt",schemaname="public"} 7.422352e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 62096 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 1387 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 9234 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 3415 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 11870 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_lc",schemaname="public"} 2196 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipt_meta",schemaname="public"} 8652 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline",schemaname="public"} 7.091744e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 105 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 3721 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 46716 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_receipttax",schemaname="public"} 61546 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_notification",schemaname="public"} 6 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_scategories",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_replenishment_suppliers",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_rfid_tag",schemaname="public"} 10642 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment",schemaname="public"} 3.70737208e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment_charges",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipment_meta",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline",schemaname="public"} 1.72866423e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline_bom",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 586 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_slowmover",schemaname="public"} 45895 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock",schemaname="public"} 5.65618404e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_count",schemaname="public"} 124 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_count_line",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 828 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_stockdetails",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_storage_group",schemaname="public"} 126 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_storagebin",schemaname="public"} 2.2151857e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_supplier_product",schemaname="public"} 698949 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tracker",schemaname="public"} 261 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_trackertype",schemaname="public"} 9807 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transaction",schemaname="public"} 1.773746386e+09 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transactioncost",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transactiondetails",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue",schemaname="public"} 527091 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue_line",schemaname="public"} 1.553247e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder",schemaname="public"} 771249 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder_line",schemaname="public"} 467271 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 9679 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt",schemaname="public"} 192517 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 150011 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_transferrequest",schemaname="public"} 672908 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"} 203142 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tray",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_tray_history",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_unitcost",schemaname="public"} 82802 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_unitcost_history",schemaname="public"} 25246 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_brand",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_category",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_group",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_visibility_product",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_costing",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_costing_logs",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wa_product",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse",schemaname="public"} 1.359087e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse_access",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 647 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warranty_claims",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_warranty_master",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastage",schemaname="public"} 738 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastage_meta",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastageline",schemaname="public"} 328 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="multitabchecking",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="myonlytest",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_filters",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 329 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_metrics_designer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_process_designer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_table_designer",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_companies",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_activity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_shift",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_slot",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_tasks_proof",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_delivery_trip",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_driver_location_ping",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_driveravailability",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_drivers",schemaname="public"} 2232 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_paymentgateway_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_substitute_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_taskline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_taskline_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ofd_tasks",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="orders",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="otp_audit_log",schemaname="public"} 1085 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_order",schemaname="public"} 526 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_order_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="ox_orderline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_agent",schemaname="public"} 7526 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_contract",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_contract_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_dn_settlement",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_exp_settlement",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_in_settlement",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_inv_settlement",schemaname="public"} 282 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 402 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoice",schemaname="public"} 3.569278e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoice_lc",schemaname="public"} 95 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoice_meta",schemaname="public"} 952 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline",schemaname="public"} 5.8026979e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 629 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 712 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 44066 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_invoicetax",schemaname="public"} 58287 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_lc_type",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order",schemaname="public"} 4.292436e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order_lc",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_order_meta",schemaname="public"} 1646 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline",schemaname="public"} 6.952868e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline_bom",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderline_meta",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_orderlinetax",schemaname="public"} 35297 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_ordertax",schemaname="public"} 35853 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_price_variance",schemaname="public"} 764 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_pricelist",schemaname="public"} 9256 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_pricelist_version",schemaname="public"} 2420 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_productprice",schemaname="public"} 11581 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_productprice_history",schemaname="public"} 1122 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_requisition",schemaname="public"} 149709 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_requisition_line",schemaname="public"} 187928 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfq",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfq_supplier",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_rfqlines",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier",schemaname="public"} 1.5454169e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_address",schemaname="public"} 5.588808e+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"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_category",schemaname="public"} 1.520595e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_contact",schemaname="public"} 370 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_credit",schemaname="public"} 5916 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 314 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_withholding_tax_adjustment",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_charges",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_issue",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_status",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_tracking",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workorder_type",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="p_workrequest",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_configuration",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_availability",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_bom",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_bom",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_design_variant_meta",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_designer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_project",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_sketch",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_sketch_workflow",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="plm_task",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_application",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_bug",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_docs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_feature",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_module",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_manager",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_team",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_project_user",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_ref_project",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_rel_version",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_resources",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_skill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_sub_module",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_activity",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_assignee",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_task_group",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_testcase",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_user_docs",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pm_user_skill",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_housing",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_merging",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bf_shed_obs",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfmort_reason",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsfeed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmm",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmort",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_bfshed_obsmoth",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_breed",schemaname="public"} 29 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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_candling_rejection",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_candling_rejectionline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_farm_standards",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_flock",schemaname="public"} 11 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"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_livestock",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_machine",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pullout",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pullout_vaccmed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_pulloutline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_setter",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pnxt_setterline",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_payment_breakup",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_settled_payments",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pos_summary_tax_breakup",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bom_adj_lines",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_indirectcost",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_ioproduct",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_operation",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_order",schemaname="public"} 631 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_outproducts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_pproducts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_process",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_processic",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_prodindirectcost",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_product_conversion",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_product_convline",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_plan",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_preferences",schemaname="public"} 1964 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_production_schedule_lines",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="pr_prun",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 0 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"} 526 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 42678 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_job_details",schemaname="public"} 1578 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_locks",schemaname="public"} 1635 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 23051 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="qrtz_triggers",schemaname="public"} 265603 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_business_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_cn_settlement",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer",schemaname="public"} 1.13546592e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_address",schemaname="public"} 8.1798899e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_category",schemaname="public"} 87697 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_category_products",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_contact",schemaname="public"} 619 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_credit",schemaname="public"} 9470 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_creditline",schemaname="public"} 388 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_customer_settlement",schemaname="public"} 81 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_stop",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_daily_trip_stop_survey",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_dropship",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_dropship_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_estimate",schemaname="public"} 20551 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_fsm_home_config",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_in_settlement",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_plan",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_incentive_summary",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_industry_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_inv_settlement",schemaname="public"} 9495 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 1413 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice",schemaname="public"} 1.10563936e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice_integration",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoice_meta",schemaname="public"} 93662 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline",schemaname="public"} 1.0386167e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 280 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 789 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 8.417662e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_invoicetax",schemaname="public"} 218045 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder",schemaname="public"} 1362 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 148 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 105 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_images",schemaname="public"} 227 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_line",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_part",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_services",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_status",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_joborder_task",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_journeyplan_scheduler",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_omni_sales_reconciliation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order",schemaname="public"} 6.43435095e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 568 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment",schemaname="public"} 38610 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 1723 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 9872 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 3767 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 874 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_order_meta",schemaname="public"} 4.028826e+06 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline",schemaname="public"} 1.3067908e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_addons",schemaname="public"} 78913 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_meta",schemaname="public"} 19787 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 21843 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_orderlinetax",schemaname="public"} 62566 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_ordertax",schemaname="public"} 130783 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_packingslip_details",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice",schemaname="public"} 139 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_linetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pfinvoice_tax",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricelist",schemaname="public"} 276702 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricelist_version",schemaname="public"} 35432 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricing_formula",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_pricing_formula_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_productprice",schemaname="public"} 1.42646829e+08 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_productprice_history",schemaname="public"} 8602 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation",schemaname="public"} 6074 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line",schemaname="public"} 666 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_line_pricing_rule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_quotation_linetax",schemaname="public"} 7 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"} 28 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_rfqline",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_route_payment_method",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_route_plan",schemaname="public"} 1717 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"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_salesrep",schemaname="public"} 2.7084592e+07 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_bill",schemaname="public"} 137 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_bill_line",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_center_notifications",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_inventory",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_location",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_movement",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_request",schemaname="public"} 279 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_service_type",schemaname="public"} 123 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_data",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_field",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_option",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_rule",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_section",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_sr_inspection_template",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription",schemaname="public"} 485 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_group",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_subscription_plan",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_survey_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_survey_template_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_target",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_technician",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="s_trade_in",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="seg_criteria",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_activity",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_categories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_categories_list",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_forms",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_forms_schema",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_list",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_media",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_menu",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_menu_title",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_pages",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_posts",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_seo_metadata",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_settings",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="site_tags",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_device",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_gate",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_gate_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_eas_tag_data",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_feedback",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_fitting_events",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_fitting_room",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_location_users",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_reference",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_reference_activity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_data",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_scan_location",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tag_meta",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tag_transaction",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_estimation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_events",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_products",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="sr_tray_template",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="subline_tab",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="tenant_sales_preferences",schemaname="public"} 877 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="test_table",schemaname="public"} 10 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"} 7 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"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_bin_capacity",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_control_area",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_entity_profile",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_exception_action",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_level",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_operations",schemaname="public"} 83 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_rack",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_reservation",schemaname="public"} 31201 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_control_area",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_steps",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_routing_templates",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_strategy_entity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_strategy_profile",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_task",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_task_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_tolerance",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="webinar_settings",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 329 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_custfix_map",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="kwc",relname="zz_wallet_plan",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"} 680 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 686 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="api_key",schemaname="public"} 3346 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer",schemaname="public"} 1.41810661e+08 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_address",schemaname="public"} 178849 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_credit_trx",schemaname="public"} 14392 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_meta",schemaname="public"} 314116 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="b2c_customer_uuid",schemaname="public"} 4 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"} 267562 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="c_bp_taxcategory",schemaname="public"} 856 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"} 2 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"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_action_taken",schemaname="public"} 3 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"} 3 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"} 3 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_announcement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_announcement_read",schemaname="public"} 9 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"} 3 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_correction",schemaname="public"} 9 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"} 24 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"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_processing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_bonus_processing_line",schemaname="public"} 3 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_calculation_base",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_calculation_base_component",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_candidate_document",schemaname="public"} 1 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"} 1 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"} 1 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_company_branding",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_company_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_costing_allocation",schemaname="public"} 9 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"} 3 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"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_department",schemaname="public"} 499 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"} 454 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"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_address",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_adminassets",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_agreement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_assessment",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_attendance",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_attendance_view",schemaname="public"} 3 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"} 3 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"} 35 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"} 4 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"} 34 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_emp_salary",schemaname="public"} 174 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"} 107 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"} 7057 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_bank_account",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_category",schemaname="public"} 360 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_education",schemaname="public"} 4 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"} 108 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_leave_info",schemaname="public"} 1774 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_resignation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_calculation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_profile",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tax_profile_deduction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_tds_ledger_summary",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_employee_transfer",schemaname="public"} 3 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"} 3 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"} 1 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"} 1 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_fbp_declaration",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_final_settlement",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_final_settlement_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_formula",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_formulakey",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_helpdesk_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_helpdesk_ticket",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_holiday",schemaname="public"} 236 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_holiday_calendar",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_holiday_type",schemaname="public"} 235 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_hr_expense_request",schemaname="public"} 3 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"} 627 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_in_esi_return",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_in_pf_ecr",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_incentive",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_increment_policy",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_increment_proposal",schemaname="public"} 2 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_investment_declaration_line",schemaname="public"} 1 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"} 520 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_application",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_description",schemaname="public"} 3 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_platform",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_job_posting",schemaname="public"} 2 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"} 458 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_knowledge_base_article",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_kra",schemaname="public"} 1 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"} 1 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_ledger",schemaname="public"} 66 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"} 1073 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"} 1726 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_transaction",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_leave_type",schemaname="public"} 855 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_loan_scheduleline",schemaname="public"} 1 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_management_level",schemaname="public"} 106 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"} 1 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_notification_log",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_notification_preference",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_notification_template",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_offcycle_run",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_offcycle_run_component",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_basicinfo",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_checklist",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_checklist_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_onboarding_documents",schemaname="public"} 1 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"} 26 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_component_assignment",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_grade",schemaname="public"} 454 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pay_group",schemaname="public"} 69 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_pay_period",schemaname="public"} 3 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_bank_format",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 103 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_export",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_input",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_liability_payment_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payroll_process",schemaname="public"} 54 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"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslab",schemaname="public"} 455 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip_component",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_payslip_supplementary_slips",schemaname="public"} 15 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"} 603 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_plan",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_plan_component",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_platform",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_policy_acknowledgment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_policy_document",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_position_control",schemaname="public"} 107 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"} 51 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_pp_emp_pay_component",schemaname="public"} 32 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_recognition",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_report_incident",schemaname="public"} 2 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_restricted_holiday_selection",schemaname="public"} 4 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"} 1 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_payment_batch",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_payment_batch_line",schemaname="public"} 2 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_template",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_salary_template_line",schemaname="public"} 1 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"} 347 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"} 247 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_shift_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_skill_preference",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_st_earnings",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_survey",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_survey_question",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_survey_response",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_regime",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_regime_deductions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_tax_slabs",schemaname="public"} 1 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"} 107 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"} 1697 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_webhook_subscription",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_weekends",schemaname="public"} 106 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_weeknumber",schemaname="public"} 584 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"} 1687 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_work_location",schemaname="public"} 1476 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_worktag",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="chr_year",schemaname="public"} 584 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="commerce_cart",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="commerce_cart_line",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_comm_templates",schemaname="public"} 202 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_contact",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_email_template",schemaname="public"} 236 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_lead",schemaname="public"} 11 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"} 2 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"} 3 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="crm_webinar",schemaname="public"} 2 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_action_type",schemaname="public"} 6359 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"} 6671 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_alert_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alert_master",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alert_notification",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alert_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alert_rule_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alerts_recipients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_alternative_uom",schemaname="public"} 40274 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"} 26704 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_api_key",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_access",schemaname="public"} 15913 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_resource",schemaname="public"} 9537 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 6358 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 15595 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_ar_adjustmenttype",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_audit_config",schemaname="public"} 12304 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_audit_log",schemaname="public"} 1.294854e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_job_scheduler",schemaname="public"} 488 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_log",schemaname="public"} 4883 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 17667 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_batch_register",schemaname="public"} 821 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit",schemaname="public"} 186354 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_delivery_pincodes",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_location",schemaname="public"} 18046 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_meta",schemaname="public"} 2094 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_notifications",schemaname="public"} 14023 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_bunit_type_mapping",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_city",schemaname="public"} 139 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client",schemaname="public"} 63074 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client_applications",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_client_apps",schemaname="public"} 5526 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_compliance_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_country",schemaname="public"} 49383 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_coupon",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_cur_denomination",schemaname="public"} 3629 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_currency",schemaname="public"} 37788 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_currency_conversion",schemaname="public"} 4642 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"} 2 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"} 19996 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_data_lock_rule_role",schemaname="public"} 2 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"} 236 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_doctype",schemaname="public"} 59967 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_doctype_template",schemaname="public"} 2185 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_dw_tasks",schemaname="public"} 2 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"} 133 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_file",schemaname="public"} 19358 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_import_template",schemaname="public"} 314 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_datamapping",schemaname="public"} 62934 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_error_logs",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_run_logs",schemaname="public"} 3198 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integration_scope",schemaname="public"} 295 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integrations",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_integrations_config",schemaname="public"} 104 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_intercompany_config",schemaname="public"} 1135 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"} 10316 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_master_data_config",schemaname="public"} 1034 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_master_data_config_history",schemaname="public"} 1 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"} 419 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"} 149 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"} 62 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"} 126 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_nearbystores",schemaname="public"} 4005 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_notification_recipients",schemaname="public"} 2162 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_paymentterm",schemaname="public"} 18231 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_grant",schemaname="public"} 9463 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group_access",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_group_set",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_log",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_set",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_set_access",schemaname="public"} 8273 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_permission_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_print_template",schemaname="public"} 4206 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_print_template_query",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process",schemaname="public"} 77739 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_access",schemaname="public"} 24843 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_log",schemaname="public"} 207178 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_parameter",schemaname="public"} 30110 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_run",schemaname="public"} 362344 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_rundetail",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_schema",schemaname="public"} 33217 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window_access",schemaname="public"} 300 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_process_window_schema",schemaname="public"} 106 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_receipt_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reference_schema",schemaname="public"} 16461 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_refresh_token",schemaname="public"} 24658 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_region",schemaname="public"} 63132 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_releases",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_releases_history",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 7551 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_access",schemaname="public"} 98192 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_job",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_report_schema",schemaname="public"} 118590 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reportschedule",schemaname="public"} 434 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_reportschedule_logs",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_returnreason",schemaname="public"} 9649 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_role",schemaname="public"} 9368 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_role_application",schemaname="public"} 91 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_scheduled_alerts",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_security_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_sequence",schemaname="public"} 104013 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_shift_definition",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_sqlquery_log",schemaname="public"} 2169 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_stockentry_controls",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_system_preferences",schemaname="public"} 10137 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"} 18942 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"} 47050 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tax_acct",schemaname="public"} 1473 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_taxcategory",schemaname="public"} 17779 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_taxzone",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tenant_accounting_preferences",schemaname="public"} 17063 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_tenant_purchase_preferences",schemaname="public"} 1511 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_timezone",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_uom",schemaname="public"} 50925 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_uom_conversion",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user",schemaname="public"} 311553 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_access",schemaname="public"} 10581 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_activity_log",schemaname="public"} 24455 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_bunit",schemaname="public"} 5316 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_device",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_division_access",schemaname="public"} 5091 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"} 7813 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_mfa",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_user_notification",schemaname="public"} 1 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"} 278 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"} 57 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_views",schemaname="public"} 4491 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_webhook",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_webhooks",schemaname="public"} 14099 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window",schemaname="public"} 90426 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_access",schemaname="public"} 95098 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_emailtemplate",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_process",schemaname="public"} 3471 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cs_window_rules",schemaname="public"} 759 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"} 126797 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="cw_trade_approval_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cw_trade_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cw_trade_event",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cw_trade_rl",schemaname="public"} 44 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"} 2877 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"} 5413 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_order_activity",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwc_orderline_addons",schemaname="public"} 1 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"} 2 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"} 1 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"} 3 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwcs_subscription_schedule",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_events",schemaname="public"} 487 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wfapprovals",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wftasklist",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_wftasks",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow",schemaname="public"} 5635 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_activities",schemaname="public"} 4935 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvals",schemaname="public"} 46265 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvals_template",schemaname="public"} 302 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_approvers",schemaname="public"} 10206 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"} 97945 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwf_workflow_notifications",schemaname="public"} 2200 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"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_assurance_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection",schemaname="public"} 3034 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection_line",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_collection_product",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_control",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_control_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection",schemaname="public"} 13 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"} 443 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspection_workflow",schemaname="public"} 4 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"} 268 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_inspectionlinetask_param",schemaname="public"} 1 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_sub_workflow",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwq_quality_workflow",schemaname="public"} 2 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"} 3 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_additional_charges",schemaname="public"} 4064 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_b2c_customer_segment",schemaname="public"} 57259 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_cashup_sync",schemaname="public"} 6724 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_configurations",schemaname="public"} 9942 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_config",schemaname="public"} 3819 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_customer_notification",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_day_end_template",schemaname="public"} 3555 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_discount_request",schemaname="public"} 2 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"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_events",schemaname="public"} 4028 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_product",schemaname="public"} 8564 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_range",schemaname="public"} 8565 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_expiry_discount_template",schemaname="public"} 8571 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"} 11 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"} 6742 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_line",schemaname="public"} 4003 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_merge",schemaname="public"} 4291 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_order_meta",schemaname="public"} 3986 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_orderline_meta",schemaname="public"} 3986 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_production_center",schemaname="public"} 15940 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"} 4004 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table",schemaname="public"} 2581 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table_reservation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_table_status",schemaname="public"} 4000 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_fb_waitlist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback_template",schemaname="public"} 7649 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_feedback_template_line",schemaname="public"} 7649 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_gift_config",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_gift_voucher",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard",schemaname="public"} 5128 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_payment_preference",schemaname="public"} 3365 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_transaction",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_giftcard_type",schemaname="public"} 11745 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_hardware_controller",schemaname="public"} 6955 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_image_library",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_ingredients",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation",schemaname="public"} 3861 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_accumulation_product",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_brand_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_category_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_channel_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_event_calendar",schemaname="public"} 4036 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_history",schemaname="public"} 54833 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_level",schemaname="public"} 52020 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_prod_cat",schemaname="public"} 3248 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_redemption",schemaname="public"} 3865 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_settings",schemaname="public"} 4854 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_tier_scope",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_loyalty_transaction",schemaname="public"} 16870 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_menutimeslot",schemaname="public"} 15787 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_mystore",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_method_correction",schemaname="public"} 1526 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_method_correction_line",schemaname="public"} 886 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_provider_logs",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_providers",schemaname="public"} 3278 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_payment_receipt",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_paymentmethod",schemaname="public"} 17896 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue",schemaname="public"} 33942 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue_pricelist",schemaname="public"} 14224 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcatalogue_saletype",schemaname="public"} 10159 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"} 7.793177e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pcataloguelines_addon",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pg_saletype",schemaname="public"} 3251 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_archive",schemaname="public"} 73060 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 2483 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 30461 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 33906 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_log",schemaname="public"} 268944 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_salesummary",schemaname="public"} 1884 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_salesummary_line",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_scanconfig",schemaname="public"} 5373 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_sequence_rule",schemaname="public"} 421 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pos_till_health",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pricing_policy",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 9548 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_product_addon",schemaname="public"} 1 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"} 3244 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_provider_terminal",schemaname="public"} 3252 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe",schemaname="public"} 13332 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_bunit",schemaname="public"} 12635 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_division",schemaname="public"} 12634 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_recipe_packing_material",schemaname="public"} 14343 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"} 13336 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_config",schemaname="public"} 276 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_replenishment_run",schemaname="public"} 276 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_revenue_category",schemaname="public"} 3819 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_rules",schemaname="public"} 4028 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype",schemaname="public"} 65264 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype_charge",schemaname="public"} 4038 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_saletype_paymentmethod",schemaname="public"} 3075 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"} 1 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"} 22531 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_dailyops_till",schemaname="public"} 105764 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_discount",schemaname="public"} 1529 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_openclose_checklist",schemaname="public"} 1127 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_store_preferences",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till",schemaname="public"} 184995 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_access_meta",schemaname="public"} 3176 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_datasync",schemaname="public"} 157956 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_datasync_summary",schemaname="public"} 86625 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_log",schemaname="public"} 330 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_login_logout",schemaname="public"} 5798 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_till_waiter",schemaname="public"} 564 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillaccess",schemaname="public"} 3432 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash",schemaname="public"} 72435 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_eventdetails",schemaname="public"} 29204 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_events",schemaname="public"} 54171 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcash_tax_info",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillcashin_out",schemaname="public"} 1916 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_tillreg_history",schemaname="public"} 8696 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"} 43671 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_payment_settings",schemaname="public"} 3168 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_settings",schemaname="public"} 3321 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_topup",schemaname="public"} 483 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwr_wallet_trx",schemaname="public"} 3405 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cws_ticket",schemaname="public"} 11 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"} 64 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_task",schemaname="public"} 6431 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_taskline",schemaname="public"} 4045 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cww_tasklinedetail",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="cwx_customer_enrollment",schemaname="public"} 11 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"} 1995 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"} 387 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_alert_log",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_allocation_rule",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_audit",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_class",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_custo_transfer",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_depreciation_schedule",schemaname="public"} 1942 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_disposal",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_history",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_issue",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_lease_ext",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_loc_transfer",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_proposal",schemaname="public"} 442 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_proposal_line",schemaname="public"} 374 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_registration",schemaname="public"} 7 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"} 7 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"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_asset_type",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_method",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_posting",schemaname="public"} 329 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fam_depreciation_rule",schemaname="public"} 111 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"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_account",schemaname="public"} 149189 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_account_category",schemaname="public"} 149 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config",schemaname="public"} 16945 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_fixedasset",schemaname="public"} 16939 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_general",schemaname="public"} 16943 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_intercompany",schemaname="public"} 16937 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_inventory",schemaname="public"} 16941 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_production",schemaname="public"} 19277 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"} 16945 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_config_sales",schemaname="public"} 16944 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_acct_doc_category",schemaname="public"} 16937 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_adv_payment",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_adv_receipt",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_aging_snapshot",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_alert",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_alert_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_alert_rule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ammortization",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ammortization_line",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_approval_instance",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_audit_trail",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_connector",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_guarantee",schemaname="public"} 108 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_statement",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bank_statement_line",schemaname="public"} 870 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bpartner",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 185 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_bpartner_settlement_line",schemaname="public"} 181 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budget",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budget_approval",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budget_version",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_budgetline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_calendar",schemaname="public"} 16596 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"} 5 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"} 16558 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_cash_deposit",schemaname="public"} 34 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_cashflow_category",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_channel_settlement_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_coa",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_config_change_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_consolidation_run",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_cost_center",schemaname="public"} 8347 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_credit_snapshot",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_customer_stmt_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_dashboard_widget",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_day_close_session",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_dimension_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_distribution_lines",schemaname="public"} 153 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_document_attachment",schemaname="public"} 1 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_einvoice_config",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_einvoice_log",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_exp_request",schemaname="public"} 8 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"} 20395 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expense_allocation_line",schemaname="public"} 2 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucher",schemaname="public"} 525106 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucher_tax",schemaname="public"} 3685 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_expvoucherline",schemaname="public"} 6753 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_finacc_paymentmethod",schemaname="public"} 1103 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_financial_acct",schemaname="public"} 103362 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_financial_acct_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_financial_acct_config",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_funds_transfer",schemaname="public"} 62654 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 183 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ic_settlement_line",schemaname="public"} 99 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_incoming_payment_advice",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_intercompany_agreement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_intercompany_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_distribution_config",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_distribution_config_lines",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_summary",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_isd_summary_lines",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_journal",schemaname="public"} 9315 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_journalline",schemaname="public"} 6645 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lease",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lease_schedule",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger",schemaname="public"} 71 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger_configuration",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_ledger_details",schemaname="public"} 384289 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_customer",schemaname="public"} 48899 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_einvoice",schemaname="public"} 12259 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_einvoice_lines",schemaname="public"} 1512 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_eway_bill",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_eway_bill_lines",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_exp_voucher_tds",schemaname="public"} 2935 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_pinv_tds",schemaname="public"} 5408 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_pur_inv_tcs",schemaname="public"} 924 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_sal_inv_tcs",schemaname="public"} 3207 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_sinv_tds",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_supplier",schemaname="public"} 17264 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_rate",schemaname="public"} 1 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"} 1843 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tcs_trx_history",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_history",schemaname="public"} 3451 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_rate",schemaname="public"} 3796 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_lin_tds_section",schemaname="public"} 673 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_loyalty_liability",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_migration_batch",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_migration_batch_line",schemaname="public"} 2 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"} 28480 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_advice",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_advice_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_file",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_payment_proposal",schemaname="public"} 2 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentline",schemaname="public"} 5454 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentmethod",schemaname="public"} 36265 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentplan",schemaname="public"} 12176 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_paymentplan_details",schemaname="public"} 2204 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pdc_payments",schemaname="public"} 16328 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period",schemaname="public"} 3634 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_audit_logs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_closing_checklist",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_control",schemaname="public"} 33126 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_notifications",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_period_posting_rules",schemaname="public"} 3 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_pnl_configline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_posting_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_posting_exception",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_posting_queue",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_posting_template",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_posting_template_version",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_rcm_accounting_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receipt",schemaname="public"} 724566 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receipt_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptline",schemaname="public"} 3.136455e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan",schemaname="public"} 2.741204e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan_details",schemaname="public"} 372517 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_receiptplan_details_meta",schemaname="public"} 485 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"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_recurring_expense_lines",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_report_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_report_template",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_revaluation_run",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_supplier_stmt_config",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_supplier_tds",schemaname="public"} 924 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_tax_country_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_transactions",schemaname="public"} 104127 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_transactions_balance_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="fin_unallocated_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="flyway_schema_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="hsncode",schemaname="public"} 167095 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_fuel_indent",schemaname="public"} 1 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"} 1 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="lgs_task",schemaname="public"} 14 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"} 5 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"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="line_tab",schemaname="public"} 2 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"} 36 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_addon_group",schemaname="public"} 15778 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_attribute",schemaname="public"} 15615 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_attribute_group",schemaname="public"} 15595 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch",schemaname="public"} 4.93759e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_attribute",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_conversion",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_group",schemaname="public"} 9518 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_sequence",schemaname="public"} 694 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_batch_subproduct",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_bom",schemaname="public"} 1 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"} 1 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"} 1559 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_costing_preferences",schemaname="public"} 433 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_coupon_provider",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_coupon_sales",schemaname="public"} 2336 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_custom_attribute",schemaname="public"} 17920 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_custom_attribute_fields",schemaname="public"} 15586 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_internal_consumption",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_internal_consumptionline",schemaname="public"} 3 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"} 908 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_config",schemaname="public"} 5333 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_count_schedule",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_issue",schemaname="public"} 125 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_issueline",schemaname="public"} 119 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"} 102 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_receiptline",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_threshold_categories",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventory_threshold_products",schemaname="public"} 1 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"} 2930 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_inventorylinedetails",schemaname="public"} 18 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"} 18693 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_item_companion_rule_line",schemaname="public"} 3988 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_lpn",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_lpn_line",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_material_request",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movement",schemaname="public"} 3158 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movementline",schemaname="public"} 5528 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_movementlinedetails",schemaname="public"} 6 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"} 895 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_approval",schemaname="public"} 4038 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_b2c_customer",schemaname="public"} 893 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_b2c_segment",schemaname="public"} 893 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_brand",schemaname="public"} 900 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_bunit",schemaname="public"} 902 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_catalogue",schemaname="public"} 7716 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_ccategory",schemaname="public"} 1788 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_coupon",schemaname="public"} 32543 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_customer",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_expiry_discount",schemaname="public"} 895 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"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_pcategory",schemaname="public"} 1786 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_quantity",schemaname="public"} 899 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_xproduct",schemaname="public"} 911 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricing_yproduct",schemaname="public"} 1789 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_pricingrule",schemaname="public"} 17901 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product",schemaname="public"} 4.242108e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_addon",schemaname="public"} 15814 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_attribute",schemaname="public"} 15599 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_bom",schemaname="public"} 46031 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category",schemaname="public"} 76454 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_category_attr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_divisions",schemaname="public"} 5086 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_group",schemaname="public"} 14059 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_images",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_manufacturer",schemaname="public"} 18132 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_manufacturing",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_meta",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_purchase",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_visibility_rules",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_product_warranty",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purchase_pricing",schemaname="public"} 5 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_purpricing_product",schemaname="public"} 3 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"} 152768 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment",schemaname="public"} 2954 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_appr",schemaname="public"} 2047 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_exec_log",schemaname="public"} 6494 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_hdr",schemaname="public"} 2463 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_line",schemaname="public"} 2344 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_amendment_stock_log",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_lc",schemaname="public"} 799 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipt_meta",schemaname="public"} 7583 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline",schemaname="public"} 150143 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline_bom",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptline_meta",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptlinedetails",schemaname="public"} 927 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receiptlinetax",schemaname="public"} 20860 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_receipttax",schemaname="public"} 13262 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_bunit",schemaname="public"} 2 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_replenishment_rules",schemaname="public"} 2 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"} 11552 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_rfid_tag_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipment",schemaname="public"} 2.256558e+06 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"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentline",schemaname="public"} 5.283347e+06 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_shipmentlinedetails",schemaname="public"} 293 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_slowmover",schemaname="public"} 8043 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock",schemaname="public"} 1.6993939e+07 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_count",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_count_line",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stock_reservation_rules",schemaname="public"} 829 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stockadj_reason",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_stockdetails",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_storage_group",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_storagebin",schemaname="public"} 193431 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_supplier_product",schemaname="public"} 79698 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_tracker",schemaname="public"} 154 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_trackertype",schemaname="public"} 3038 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transaction",schemaname="public"} 1.5030392e+07 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transactioncost",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transactiondetails",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue",schemaname="public"} 97313 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue_line",schemaname="public"} 152613 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferissue_linedetails",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder",schemaname="public"} 58438 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder_line",schemaname="public"} 66914 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferorder_meta",schemaname="public"} 5213 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt",schemaname="public"} 17835 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt_line",schemaname="public"} 37983 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferreceipt_linedetails",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferrequest",schemaname="public"} 34105 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferrequest_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_transferrequest_line",schemaname="public"} 24897 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_tray",schemaname="public"} 3 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"} 21974 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_unitcost_history",schemaname="public"} 21176 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_brand",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_category",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_group",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_visibility_product",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wa_costing",schemaname="public"} 2 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse",schemaname="public"} 75438 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse_access",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_warehouse_assignment_rules",schemaname="public"} 381 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"} 473 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"} 69 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="m_wastagelinedetails",schemaname="public"} 1 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"} 3 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_menu_designer",schemaname="public"} 11 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_process_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 102 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_fields",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_filters",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_report_designer_sql",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_table_designer",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_cashcollection",schemaname="public"} 10 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"} 2 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"} 488 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ofd_order_timeline",schemaname="public"} 10 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"} 3 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"} 10 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="orders",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="otp_audit_log",schemaname="public"} 1566 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="ox_order",schemaname="public"} 265 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_agent",schemaname="public"} 1885 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_contract",schemaname="public"} 21 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"} 162 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_exp_settlement",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_in_settlement",schemaname="public"} 162 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_inv_settlement",schemaname="public"} 181 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_inv_settlementline",schemaname="public"} 365 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoice",schemaname="public"} 56550 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoice_lc",schemaname="public"} 152 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoice_meta",schemaname="public"} 189 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline",schemaname="public"} 117558 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline_bom",schemaname="public"} 226 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoiceline_meta",schemaname="public"} 212 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoicelinetax",schemaname="public"} 24718 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_invoicetax",schemaname="public"} 19848 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_lc_type",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order",schemaname="public"} 162738 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order_lc",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_order_meta",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline",schemaname="public"} 207595 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline_bom",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderline_meta",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_orderlinetax",schemaname="public"} 18964 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_ordertax",schemaname="public"} 9738 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_price_variance",schemaname="public"} 354 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_pricelist",schemaname="public"} 6798 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_pricelist_version",schemaname="public"} 463 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_productprice",schemaname="public"} 4710 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_productprice_history",schemaname="public"} 575 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_requisition",schemaname="public"} 11400 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_requisition_line",schemaname="public"} 37190 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_rfq",schemaname="public"} 2 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"} 23 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier",schemaname="public"} 156043 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_address",schemaname="public"} 110046 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_bank_account",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_bunit",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_category",schemaname="public"} 7282 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_contact",schemaname="public"} 200 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_credit",schemaname="public"} 3242 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_creditline",schemaname="public"} 307 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_supplier_settlement",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_withholding_tax_adjustment",schemaname="public"} 155 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_charge_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_charges",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_issue",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workorder_receipt",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="p_workrequest",schemaname="public"} 18 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"} 1 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"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="plm_design_bom",schemaname="public"} 1 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pm_project",schemaname="public"} 9 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"} 2 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"} 3 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"} 1 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"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmed",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_bfshed_obsmf",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_breed",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_breed_stage",schemaname="public"} 1 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"} 9 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_flock_stage",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_hatchery_config",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_hatchery_grading",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pnxt_livestock",schemaname="public"} 3 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"} 1 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"} 3 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"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_bom_adjustment",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_bomindirectcost",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_indirectcost",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_ioproduct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_ioproductdetails",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_operation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_order",schemaname="public"} 591 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_outproducts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_pproducts",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_process",schemaname="public"} 1 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_product_convline",schemaname="public"} 1 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"} 884 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="pr_prun",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_blob_triggers",schemaname="public"} 1 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"} 493 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_fired_triggers",schemaname="public"} 13443 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_job_details",schemaname="public"} 1479 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_locks",schemaname="public"} 1167 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_paused_trigger_grps",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_scheduler_state",schemaname="public"} 7708 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_simple_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_simprop_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="qrtz_triggers",schemaname="public"} 80314 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"} 25 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer",schemaname="public"} 1.11167e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_acct",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_address",schemaname="public"} 132664 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_bank_routing",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_bankacct",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_category",schemaname="public"} 45050 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_category_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_contact",schemaname="public"} 259 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_credit",schemaname="public"} 2525 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_creditline",schemaname="public"} 508 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_customer_settlement",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_daily_trip",schemaname="public"} 2 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"} 5 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"} 6 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_dropship_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_estimate",schemaname="public"} 5413 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"} 24 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_eligibility",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_plan",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_incentive_summary",schemaname="public"} 3 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"} 895 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_inv_settlement_lines",schemaname="public"} 824 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice",schemaname="public"} 3.442847e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice_integration",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoice_meta",schemaname="public"} 16569 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline",schemaname="public"} 6.220072e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline_addons",schemaname="public"} 109 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoiceline_pricing_rule",schemaname="public"} 357 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoicelinetax",schemaname="public"} 391577 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_invoicetax",schemaname="public"} 184081 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_item_companion_trx",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder",schemaname="public"} 750 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_charge_config",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_checklist",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_estimation",schemaname="public"} 135 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_estimation_line",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_images",schemaname="public"} 145 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_line",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_part",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_service_type",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_services",schemaname="public"} 99 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_status",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_joborder_task",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_journeyplan_sch_cust",schemaname="public"} 5 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"} 8.353009e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_additional_charges",schemaname="public"} 918 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment",schemaname="public"} 1590 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_appr",schemaname="public"} 556 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_exec_log",schemaname="public"} 2268 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_hdr",schemaname="public"} 683 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_line",schemaname="public"} 538 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_amendment_stock_log",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_order_meta",schemaname="public"} 878873 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline",schemaname="public"} 863749 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_addons",schemaname="public"} 16857 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_meta",schemaname="public"} 27587 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderline_pricing_rule",schemaname="public"} 29460 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_orderlinetax",schemaname="public"} 84224 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_ordertax",schemaname="public"} 126204 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_packingslip_details",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice",schemaname="public"} 252 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pfinvoice_line",schemaname="public"} 17 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"} 128550 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pricelist_version",schemaname="public"} 2196 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_pricing_formula",schemaname="public"} 1 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"} 1.937261e+06 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_productprice_history",schemaname="public"} 2158 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation",schemaname="public"} 1796 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_line",schemaname="public"} 379 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_quotation_line_addons",schemaname="public"} 1 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"} 24 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_rfqline",schemaname="public"} 1 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"} 526 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_salesrep",schemaname="public"} 250873 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_bill",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_bill_line",schemaname="public"} 59 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"} 3 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"} 21 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_movement",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_request",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_service_type",schemaname="public"} 81 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"} 238 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_subscription_group",schemaname="public"} 1 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_target",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_technician",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="s_trade_in",schemaname="public"} 14 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"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_fitting_events",schemaname="public"} 2 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"} 8 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_scan_loc_type",schemaname="public"} 1 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="sr_tray_salesrep",schemaname="public"} 1 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"} 659 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="test_table",schemaname="public"} 7 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"} 1 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"} 5 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"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_operations",schemaname="public"} 85 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"} 7338 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"} 24 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"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="w_uom_restrictions",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="webinar_settings",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_custfix_map",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="kwc",relname="zz_wallet_plan",schemaname="public"} 0 # HELP pg_statio_user_tables_tidx_blocks_hit Number of buffer hits in this table's TOAST table indexes (if any) # TYPE pg_statio_user_tables_tidx_blocks_hit counter pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ai_ocr_settings",schemaname="public"} 965 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 18 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_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_costing_allocation",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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_alert_rule_history",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"} 5966 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_resource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 3102 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"} 7.8899436e+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"} 1.097047e+06 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 15058 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"} 600518 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"} 4971 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"} 164 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_grant",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"} 215323 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"} 16421 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"} 357 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"} 149 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"} 91456 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 710 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"} 485035 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"} 49618 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"} 446980 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"} 3 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_notification",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"} 1.938489e+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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cw_trade_rl",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"} 551667 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"} 7021 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"} 662 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pcataloguelines_addon",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"} 6.622521e+06 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 77098 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 219198 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 234647 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 118386 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"} 46 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_einvoice_log",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_cash_merge_backup",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_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_lease_schedule",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"} 192688 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_migration_batch_line",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_file",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_posting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_posting_template_version",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_receipt_cash_merge_backup",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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",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="fin_transactions_balance_backup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="m_lpn_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"} 63851 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 2846 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 17794 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_lc",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_withholding_tax_adjustment",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 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="kwc",relname="zz_wallet_plan",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"} 1399 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 1 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_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_costing_allocation",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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_alert_rule_history",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"} 3992 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_resource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 745 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"} 232139 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"} 36716 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 839 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"} 37594 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"} 223 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"} 103 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_grant",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"} 2624 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"} 3786 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"} 184 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"} 91 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"} 1093 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 69 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"} 98485 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"} 971 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"} 47813 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"} 69 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_notification",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"} 140333 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cw_trade_rl",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"} 5258 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"} 7874 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"} 74 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pcataloguelines_addon",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"} 54784 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 4273 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 53125 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 36731 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 6069 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"} 71 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_einvoice_log",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_cash_merge_backup",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_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_lease_schedule",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"} 689 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_migration_batch_line",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_file",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_posting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_posting_template_version",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_receipt_cash_merge_backup",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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",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="fin_transactions_balance_backup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="m_lpn_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"} 3107 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 251 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 371 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_lc",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_withholding_tax_adjustment",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 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="kwc",relname="zz_wallet_plan",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"} 490 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ai_ocr_settings_lines",schemaname="public"} 14 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_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_costing_allocation",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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_alert_rule_history",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"} 4059 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_resource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_app_schema",schemaname="public"} 2901 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"} 2.2231092e+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"} 1.67865e+06 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 13093 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"} 588234 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"} 8065 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"} 163 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_grant",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"} 92970 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"} 18333 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"} 442 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"} 120 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"} 230047 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cs_report",schemaname="public"} 532 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"} 283449 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"} 26881 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"} 338300 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"} 0 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_notification",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"} 4.256919e+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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cw_trade_rl",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"} 193482 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"} 3673 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"} 511 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pcataloguelines_addon",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.920914e+06 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 26954 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_config",schemaname="public"} 169858 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 335856 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 110209 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"} 40 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_einvoice_log",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_cash_merge_backup",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_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_lease_schedule",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"} 92904 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_migration_batch_line",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_file",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_posting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_posting_template_version",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_receipt_cash_merge_backup",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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",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="fin_transactions_balance_backup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="m_lpn_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"} 52983 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_report_designer",schemaname="public"} 2295 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="ntn_window_designer",schemaname="public"} 9530 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_lc",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_withholding_tax_adjustment",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 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="kwc",relname="zz_wallet_plan",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"} 703 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_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_announcement_read",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_correction",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_calculation_base",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_calculation_base_component",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_company_branding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_costing_allocation",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_bank_account",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_fbp_declaration",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_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_helpdesk_ticket",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_calendar",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_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_in_pf_ecr",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_knowledge_base_article",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_ledger",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_notification_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_notification_template",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_component_assignment",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_pay_period",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_bank_format",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_disbursement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_disbursement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_gl_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_liability_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_payroll_liability_payment_line",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_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_plan_component",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_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_policy_document",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_recognition",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_restricted_holiday_selection",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_payment_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_salary_payment_batch_line",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_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="chr_survey_response",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_webhook_subscription",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_worktag",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_action_type",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_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alert_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alert_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alert_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_alert_rule_history",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"} 2374 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_resource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_app_resource_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_app_schema",schemaname="public"} 805 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"} 5.687385e+06 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"} 3.416021e+06 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_batch_process_queue",schemaname="public"} 2073 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"} 34992 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"} 1882 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"} 71 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_grant",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"} 87889 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"} 4775 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"} 188 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"} 45 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"} 86922 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cs_report",schemaname="public"} 272 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"} 93152 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"} 76793 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"} 74521 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"} 34 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_notification",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"} 774225 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="cw_trade_approval_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cw_trade_rl",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"} 119920 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"} 4032 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"} 172 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pcataloguelines_addon",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"} 886386 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_cart",schemaname="public"} 23182 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_config",schemaname="public"} 27179 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pos_errors",schemaname="public"} 75072 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_pricing_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_pricing_policy_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="cwr_printtemplate",schemaname="public"} 6257 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"} 35 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_lease_ext",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_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_alert_rule",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_approval_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_audit_trail",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_guarantee",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_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_bpartner_settlement_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_budget_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_budget_version",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_cash_deposit",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_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_channel_settlement_line",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_config_change_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_consolidation_run",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_credit_snapshot",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_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_day_close_session",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_document_attachment",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_einvoice_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_einvoice_log",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_cash_merge_backup",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_funds_transfer_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_ic_settlement_line",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_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_intercompany_transaction",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_lease",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_lease_schedule",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"} 3674 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_sinv_tds",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_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_migration_batch_line",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_file",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_posting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_posting_template_version",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_receipt_cash_merge_backup",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_report_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_revaluation_run",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_tax_country_config",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="fin_transactions_balance_backup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_transactions_cash_merge_backup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="fin_unallocated_transaction",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_lpn",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="m_lpn_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"} 11518 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_process_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_report_designer",schemaname="public"} 1458 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_table_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="ntn_window_designer",schemaname="public"} 25066 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_lc",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_withholding_tax_adjustment",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 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cs_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_bak_w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_batchfix_map",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_custfix_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_custfix_map",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_stock_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="kwc",relname="zz_wallet_plan",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 9 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 1.50994944e+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 80603.52 # 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 9.5771182772e+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 5.5288256944e+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 5.3583872e+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"} 159697 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0